Skip to content

Commit

Permalink
Merge pull request bpfman#975 from Billy99/billy99-go-version
Browse files Browse the repository at this point in the history
build: set golang to 1.21 for github builds
  • Loading branch information
mergify[bot] authored Feb 5, 2024
2 parents 8f8f3bf + a90582f commit c917fab
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 @@ -266,7 +266,7 @@ jobs:
- name: setup golang
uses: actions/setup-go@v5
with:
go-version: "^1.19"
go-version: '^1.21'

- name: cache go modules
uses: actions/cache@v4
Expand Down

0 comments on commit c917fab

Please sign in to comment.