Skip to content

Commit

Permalink
Merge pull request #6 from jtaczanowski/update_screenshot_bump_golang
Browse files Browse the repository at this point in the history
Update social image screenshot, update Go to newest version, update GHA
  • Loading branch information
jtaczanowski authored Jul 19, 2023
2 parents 674c8ff + 941db58 commit 9091778
Show file tree
Hide file tree
Showing 3 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
Binary file modified screenshots/WiFi-export-import_social-image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9091778

Please sign in to comment.