Skip to content

Commit b05b370

Browse files
committed
Switch workflow's go version to 1.19.1
1 parent 8d418d4 commit b05b370

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install golang
3131
uses: actions/setup-go@v3
3232
with:
33-
go-version: '1.19'
33+
go-version: '1.19.1'
3434
cache: true
3535

3636
- name: Build danser
@@ -65,7 +65,7 @@ jobs:
6565
- name: Install golang
6666
uses: actions/setup-go@v3
6767
with:
68-
go-version: '1.19'
68+
go-version: '1.19.1'
6969
cache: true
7070

7171
- name: Build danser

0 commit comments

Comments
 (0)