Skip to content

Commit

Permalink
Fix go version during github build
Browse files Browse the repository at this point in the history
  • Loading branch information
philpep committed Nov 3, 2022
1 parent 347ebf9 commit 4e95614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: setup
uses: actions/setup-go@v2
with:
go-version: "1.15"
go-version: "1.19"
- name: build
run: |
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o imago-linux-amd64
Expand Down

0 comments on commit 4e95614

Please sign in to comment.