Skip to content

Commit

Permalink
update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
missdeer committed Mar 12, 2024
1 parent 41de3a1 commit 5f07971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22
id: go

- uses: msys2/setup-msys2@v2
Expand Down Expand Up @@ -127,4 +127,4 @@ jobs:
file: getnovel-${{ matrix.os }}-${{ matrix.lua-version }}.zip
asset_name: getnovel-${{ matrix.os }}-${{ matrix.lua-version }}.zip
tag: ${{ github.ref }}
overwrite: true
overwrite: true

0 comments on commit 5f07971

Please sign in to comment.