Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 2e52968

Browse files
committed
Bump Golang to 1.21.5
1 parent 005c670 commit 2e52968

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Golang
1515
uses: actions/setup-go@v3
1616
with:
17-
go-version: ~1.20.0
17+
go-version: ~1.21.5
1818

1919
- uses: actions/cache@v3
2020
with:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Golang
1414
uses: actions/setup-go@v3
1515
with:
16-
go-version: ~1.20.0
16+
go-version: ~1.21.5
1717

1818
- uses: actions/cache@v3
1919
with:

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Golang
1313
uses: actions/setup-go@v3
1414
with:
15-
go-version: ~1.20.0
15+
go-version: ~1.21.5
1616

1717
- uses: actions/cache@v3
1818
with:

0 commit comments

Comments
 (0)