Skip to content

Commit

Permalink
Update Golang build environment to 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Hunter Madison <[email protected]>
  • Loading branch information
hmadison committed May 8, 2024
1 parent 6095cba commit 337eef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_build_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
arch: [x86_64, aarch64]
container: golang:1.21
container: golang:1.22
steps:
- name: Install deps
run: |
Expand Down

0 comments on commit 337eef7

Please sign in to comment.