Skip to content

Commit c1e0782

Browse files
committed
ci: Bump Go version to 1.20
1 parent 211bea4 commit c1e0782

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: set up Go environment
99
uses: actions/setup-go@v2
1010
with:
11-
go-version: 1.15
11+
go-version: 1.20
1212
- name: check out
1313
uses: actions/checkout@v2
1414
- name: cache

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Go
1515
uses: actions/setup-go@v2
1616
with:
17-
go-version: 1.15
17+
go-version: 1.20
1818
- name: Run GoReleaser
1919
uses: goreleaser/goreleaser-action@v2
2020
with:

0 commit comments

Comments
 (0)