Skip to content

Commit f2f0948

Browse files
authored
goreleaser: quote go version number (#1048)
* quote go version number * set version to 1.20.x string
1 parent 8df5490 commit f2f0948

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/goreleaser-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v3
1818
with:
19-
go-version: 1.20
19+
go-version: 1.20.x
2020
- name: Check GoReleaser config
2121
uses: goreleaser/goreleaser-action@v4
2222
with:

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
- name: Set up Go
178178
uses: actions/setup-go@v3
179179
with:
180-
go-version: 1.20
180+
go-version: 1.20.x
181181
- run: go test ./...
182182
- run: go test -race -v ./...
183183
- run: echo "${DOCKER_PASSWORD}" | docker login -u=$DOCKER_USERNAME --password-stdin

0 commit comments

Comments
 (0)