Skip to content

Commit 4300505

Browse files
committed
fix: roleback version
1 parent 8211178 commit 4300505

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
with:
3131
go-version-file: 'go.mod'
3232
cache: true
33-
go-version: "1.20.7"
33+
go-version: "1.20.4"
3434
-
3535
name: Import GPG key
3636
id: import_gpg

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go
2727
uses: actions/setup-go@v2.1.3
2828
with:
29-
go-version: '1.20.7'
29+
go-version: '1.20.4'
3030
id: go
3131

3232
- name: Check out code into the Go module directory
@@ -58,7 +58,7 @@ jobs:
5858
- name: Set up Go
5959
uses: actions/setup-go@v4
6060
with:
61-
go-version: '1.20.7'
61+
go-version: '1.20.4'
6262
id: go
6363

6464
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)