Skip to content

Commit

Permalink
ci: Add go 1.23 build/testing to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
t2y committed Aug 19, 2024
1 parent dbdc485 commit 1aef85d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.22'
go-version: '1.23'
cache: false
- uses: actions/checkout@v3
- name: golangci-lint
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
strategy:
matrix:
go: [
'1.23',
'1.22',
'1.21',
'1.20',
Expand Down

0 comments on commit 1aef85d

Please sign in to comment.