We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20cd6bc commit 9f5ecd4Copy full SHA for 9f5ecd4
.github/workflows/gin.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Setup go
19
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v4
20
with:
21
go-version: '^1.18'
22
- name: Checkout repository
@@ -46,7 +46,7 @@ jobs:
46
GOPROXY: https://proxy.golang.org
47
48
- name: Set up Go ${{ matrix.go }}
49
50
51
go-version: ${{ matrix.go }}
52
.github/workflows/goreleaser.yml
@@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
-
name: Set up Go
23
24
go-version: 1.20
25
0 commit comments