We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 699d99a + 4774516 commit 5ab77afCopy full SHA for 5ab77af
3 files changed
.github/workflows/goreleaser.yml
@@ -19,7 +19,7 @@ jobs:
19
fetch-depth: 0
20
-
21
name: Set up Go
22
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v3
23
with:
24
go-version: 1.17
25
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
16
GOPROXY: https://proxy.golang.org
17
steps:
18
- name: Set up Go ${{ matrix.go }}
go-version: ${{ matrix.go }}
.github/workflows/testing.yml
@@ -38,7 +38,7 @@ jobs:
38
- uses: niden/actions-memcached@v7
39
40
41
42
43
- name: Checkout Code
44
uses: actions/checkout@v3
0 commit comments