Skip to content

Commit

Permalink
update Go to newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jtaczanowski committed Jul 19, 2023
1 parent 208aa95 commit 941db58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-artifact-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.18.4' # The Go version to download (if necessary) and use.
go-version: '1.20.6' # The Go version to download (if necessary) and use.
- run: go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo
- run: $Env:Path+= ";" + $Env:GOPATH + "\bin"; go generate
- run: go build -ldflags="-H windowsgui" -o WiFi-export-import-${{ github.sha }}-x64.exe
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-when-new-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.18.4' # The Go version to download (if necessary) and use.
go-version: '1.20.6' # The Go version to download (if necessary) and use.
- run: go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo
- run: $Env:Path+= ";" + $Env:GOPATH + "\bin"; go generate
- run: go build -ldflags="-X 'main.Version=${{github.ref_name}}' -H windowsgui" -o WiFi-export-import-${{github.ref_name}}-x64.exe
Expand Down

0 comments on commit 941db58

Please sign in to comment.