Skip to content

Commit

Permalink
Use go 1.20 in ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
carabasdaniel committed Nov 22, 2023
1 parent e5adeb2 commit ff7e58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
- release-*
env:
PRE_RELEASE: ${{ github.ref == 'refs/heads/main' && 'development' || '' }}
GO_VERSION: "1.19"
GO_VERSION: "1.20"

jobs:
test:
Expand Down

0 comments on commit ff7e58f

Please sign in to comment.