We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9cbc1a + c6f35a8 commit e434904Copy full SHA for e434904
3 files changed
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v3
14
15
- - uses: actions/setup-go@v3
+ - uses: actions/setup-go@v4
16
with:
17
go-version: 1.18
18
.github/workflows/gorelease-check.yml
@@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
-
name: Set up Go
19
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v4
20
21
22
name: Run GoReleaser
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
- name: Fetch all tags
run: git fetch --force --tags
- name: Set up Go
23
24
25
- name: Run GoReleaser
0 commit comments