diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8b8569f..3523ddf 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: 1.18 + go-version: 1.20 id: go - name: Check out code into the Go module directory @@ -35,4 +35,4 @@ jobs: file: ./coverage.txt flags: unittests name: codecov-umbrella - yml: ./codecov.yml \ No newline at end of file + yml: ./codecov.yml diff --git a/.github/workflows/darwin.yml b/.github/workflows/darwin.yml index 37e2958..067e421 100644 --- a/.github/workflows/darwin.yml +++ b/.github/workflows/darwin.yml @@ -10,7 +10,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: 1.18 + go-version: 1.20 id: go - name: Check out code into the Go module directory @@ -23,4 +23,4 @@ jobs: run: go build -v . - name: Test - run: go test ./... \ No newline at end of file + run: go test ./... diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 26d9fb6..b621149 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -7,7 +7,7 @@ jobs: runs-on: [ ubuntu-latest ] strategy: matrix: - go: [ '1.18', '1.17', '1.16', '1.15', '1.14', '1.13' ] + go: [ '1.22', '1.21', '1.20', '1.18', '1.17', '1.16' ] steps: - name: Set up Go @@ -29,4 +29,4 @@ jobs: run: go build -v . - name: Test - run: go test ./... \ No newline at end of file + run: go test ./...