Skip to content

Commit

Permalink
Move workflows to 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Koch <[email protected]>
  • Loading branch information
hugelgupf committed Feb 8, 2024
1 parent 34a8594 commit 753df49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Cross-platform builds
strategy:
matrix:
go-version: ['1.21.x']
go-version: ['1.21.x', '1.22.x']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -35,7 +35,7 @@ jobs:
name: Build and test
strategy:
matrix:
go-version: ['1.21.x']
go-version: ['1.21.x', '1.22.x']
platform: [ubuntu-latest]

runs-on: ${{ matrix.platform }}
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
name: Race test
strategy:
matrix:
go-version: ['1.21.x']
go-version: ['1.21.x', '1.22.x']
platform: [ubuntu-latest]

runs-on: ${{ matrix.platform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21.x'
go-version: '1.22.x'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 753df49

Please sign in to comment.