Skip to content

Commit

Permalink
Update go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Feb 18, 2024
1 parent e0dd347 commit d5ae173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.19', '1.18' ]
go: [ '1.21', '1.20' ]
name: Go ${{ matrix.go }} test
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.21
check-latest: true
- uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit d5ae173

Please sign in to comment.