Skip to content

Commit

Permalink
fix(github): use go 1.22.4 or greater in action (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
danwt authored Jul 2, 2024
1 parent b47b6c9 commit fc01049
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_and_push_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
-
name: Check out the repo
uses: actions/checkout@v3
-
name: Use go version
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit fc01049

Please sign in to comment.