Skip to content

Commit

Permalink
Use go 1.21 in CI same as statshouse
Browse files Browse the repository at this point in the history
  • Loading branch information
razmser committed Nov 14, 2024
1 parent a0d8e78 commit f7fbe57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
ci-go:
strategy:
matrix:
go: ['1.19']
go: ['1.21']
os: ['ubuntu-latest', 'windows-latest', 'macOS-latest']
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit f7fbe57

Please sign in to comment.