chore: bump go 1.20 github action

main
sudo pacman -Syu 2023-02-25 23:09:53 +07:00
parent 8876ff1366
commit 5916d0a0dd
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.19"
go-version: "1.20"
check-latest: true
cache: true
- run: go test -race -coverprofile=coverage.out ./...
@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.19"
go-version: "1.20"
check-latest: true
cache: true
- run: go build ./cmd/update-go-mod
@ -46,7 +46,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: "1.19"
go-version: "1.20"
check-latest: true
cache: true
- uses: golangci/golangci-lint-action@v3

View File

@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: "1.19"
go-version: "1.20"
check-latest: true
cache: true
- uses: goreleaser/goreleaser-action@v3