mirror of
https://github.com/walles/moar.git
synced 2024-11-22 21:50:43 +03:00
Merge pull request #229 from walles/johan/ci-upgrade
Bump to a newer setup-go version
This commit is contained in:
commit
64352801a8
3
.github/workflows/linux-ci.yml
vendored
3
.github/workflows/linux-ci.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: "go.mod"
|
||||
|
||||
@ -24,5 +24,6 @@ jobs:
|
||||
- name: Install golangci-lint
|
||||
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)"/bin v1.54.1
|
||||
|
||||
- run: go build
|
||||
- run: ./test.sh
|
||||
- run: GOARCH=386 ./test.sh
|
||||
|
2
.github/workflows/windows-ci.yml
vendored
2
.github/workflows/windows-ci.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: "go.mod"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user