Skip to content

Commit

Permalink
bump go version to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanejohnson committed Feb 12, 2024
1 parent e54766e commit fa5f633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Setup golang 1.20
- name: Setup golang 1.22
uses: actions/setup-go@v2
with:
go-version: '1.20'
go-version: '1.22'
- name: Build for all platforms
run: ${GITHUB_WORKSPACE}/build.sh whichca ${{ steps.get_version.outputs.VERSION }}
- name: Release
Expand Down

0 comments on commit fa5f633

Please sign in to comment.