Skip to content

Commit

Permalink
Actually use correct go version for Win7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver authored Oct 24, 2024
1 parent 2485328 commit 2936ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
if: ${{ matrix.goos == 'windows' && matrix.os-variant == '7' }}
uses: actions/setup-go@v5
with:
go-version: '^1.20.14'
go-version: '~1.20.14'

- run: echo "basename=sni-${{env.GITHUB_REF_SLUG}}-${{matrix.goos}}${{matrix.os-variant}}-${{matrix.goarch}}${{matrix.alt}}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append

Expand Down

0 comments on commit 2936ee3

Please sign in to comment.