Skip to content

Commit

Permalink
.github: use go1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Oct 25, 2023
1 parent df04ce4 commit 728093f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.20']
go: ['1.21']
timeout-minutes: 10
steps:
- name: Harden Runner
Expand Down

0 comments on commit 728093f

Please sign in to comment.