Skip to content

Commit

Permalink
Use Go 1.18 in release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumsheep committed Mar 30, 2022
1 parent e14c385 commit 9fedffa
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 @@ -28,9 +28,9 @@ jobs:
- uses: actions/checkout@v2

- name: Install dependencies
uses: actions/setup-go@v1
uses: actions/setup-go@v3
with:
go-version: "~1.17.5"
go-version: v1.18

- name: Set .exe extension for Windows
run: echo "EXTENSION=.exe" >> $GITHUB_ENV
Expand Down

0 comments on commit 9fedffa

Please sign in to comment.