Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
github action: update go version to 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Hallyn <[email protected]>
  • Loading branch information
hallyn committed Aug 24, 2023
1 parent 4642280 commit 40acbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up golang
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.21
- name: install dependencies
run: |
sudo apt-get update
Expand Down

0 comments on commit 40acbff

Please sign in to comment.