There was an error while loading. Please reload this page.
1 parent 4c50337 commit 85a3f2bCopy full SHA for 85a3f2b
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Install Go
12
uses: actions/setup-go@v2
13
with:
14
- go-version: 1.18.3
+ go-version: 1.19.3
15
- name: Git checkout
16
uses: actions/checkout@v2
17
- name: Build
.github/workflows/goreleaser.yml
@@ -18,7 +18,7 @@ jobs:
18
name: Set up Go
19
20
21
- go-version: '^1.17.7'
+ go-version: '^1.19.3'
22
-
23
name: Release
24
uses: goreleaser/goreleaser-action@v2
0 commit comments