1
1
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:
Johan Walles 2024-07-22 14:49:13 +02:00 committed by GitHub
commit 64352801a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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"