Skip to content

Commit

Permalink
CI: update Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stscoundrel committed Mar 16, 2024
1 parent ab3975d commit 8375ff9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.17', '1.18', '1.19']
go: ['1.20', '1.21', '1.22']
steps:
- uses: actions/checkout@v4
- name: Build with Go ${{ matrix.go }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.17', '1.18', '1.19']
go: ['1.20', '1.21', '1.22']
steps:
- uses: actions/checkout@v4
- name: Lint in Go ${{ matrix.go }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.17', '1.18', '1.19']
go: ['1.20', '1.21', '1.22']
steps:
- uses: actions/checkout@v4
- name: Test in Go ${{ matrix.go }}
Expand Down

0 comments on commit 8375ff9

Please sign in to comment.