Skip to content

Commit 7502900

Browse files
committed
fix 1.20 [nt]
1 parent 94efbca commit 7502900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up Go
4747
uses: actions/setup-go@v3
4848
with:
49-
go-version: "1.19"
49+
go-version: "1.20"
5050
cache: true
5151

5252
- name: Run GoReleaser
@@ -74,7 +74,7 @@ jobs:
7474
- name: Set up Go
7575
uses: actions/setup-go@v3
7676
with:
77-
go-version: "1.19"
77+
go-version: "1.20"
7878
cache: true
7979

8080
- name: Login docker

0 commit comments

Comments
 (0)