Skip to content

Commit

Permalink
Use go-version 1.19 to build Linux x86_64 binary
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrbasu committed Mar 2, 2023
1 parent f81c8c6 commit 1039a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
- name: Setup GoLang
uses: actions/setup-go@v3
with:
go-version: '^1.19.0' # The Go version to download (if necessary) and use.
go-version: 1.19

- name: Fetching Go Cache Paths
id: go-cache-paths
Expand Down

0 comments on commit 1039a77

Please sign in to comment.