Skip to content

Commit

Permalink
bumped go version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpatek committed Jun 30, 2024
1 parent ec09ec6 commit 093031e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.18' ]
go: [ '1.23' ]
name: Go v${{ matrix.go }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 093031e

Please sign in to comment.