We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdca9f2 commit b6d712eCopy full SHA for b6d712e
.github/workflows/build.yml
@@ -9,11 +9,11 @@ jobs:
9
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'pull_request'
10
steps:
11
- name: Install Go
12
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v4
13
with:
14
- go-version: 1.19.3
+ go-version: stable
15
- name: Git checkout
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
17
- name: Build
18
uses: goreleaser/goreleaser-action@v2
19
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
go-version: '1.12.17'
37
0 commit comments