mirror of
https://github.com/costela/docker-etchosts.git
synced 2025-05-10 17:35:41 +02:00
fix(ci): use string for go version
This commit is contained in:
parent
33e165d990
commit
ce18809703
1 changed files with 2 additions and 2 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.20
|
||||
go-version: "1.20"
|
||||
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
|
@ -44,7 +44,7 @@ jobs:
|
|||
name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.20
|
||||
go-version: "1.20"
|
||||
-
|
||||
name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue