Skip to content

Commit

Permalink
Update golangci-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteReimu committed May 28, 2024
1 parent f91b0ef commit 32e8262
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

build:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -25,8 +25,13 @@ jobs:
touch LiveSplit.AutoSplitters.xml
touch LiveSplit.HollowKnight.dll
- name: Set Go Env
run: |
go env -w GOOS=windows
go env -w GOARCH=amd64
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout 5m0s
Expand Down

0 comments on commit 32e8262

Please sign in to comment.