Skip to content

Commit

Permalink
Bump go version to 1.20 in github test action
Browse files Browse the repository at this point in the history
Signed-off-by: Guvenc Gulce <[email protected]>
  • Loading branch information
guvenc committed Jun 28, 2023
1 parent 6a62465 commit 32e5052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.20'
- run: make
- run: make test

0 comments on commit 32e5052

Please sign in to comment.