Skip to content

Commit b6d712e

Browse files
authored
Update GitHub actions
1 parent cdca9f2 commit b6d712e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'pull_request'
1010
steps:
1111
- name: Install Go
12-
uses: actions/setup-go@v2
12+
uses: actions/setup-go@v4
1313
with:
14-
go-version: 1.19.3
14+
go-version: stable
1515
- name: Git checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
- name: Build
1818
uses: goreleaser/goreleaser-action@v2
1919
with:
@@ -31,7 +31,7 @@ jobs:
3131
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'pull_request'
3232
steps:
3333
- name: Install Go
34-
uses: actions/setup-go@v2
34+
uses: actions/setup-go@v4
3535
with:
3636
go-version: '1.12.17'
3737
- name: Git checkout

0 commit comments

Comments
 (0)