Skip to content

Commit 5851aa8

Browse files
committed
Update go to 1.21 for CI workflows
1 parent f33ae7f commit 5851aa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_unit_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v4
1919
with:
20-
go-version: 1.19
20+
go-version: 1.21
2121

2222
- name: Build
2323
run: make

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v4
1919
with:
20-
go-version: 1.19
20+
go-version: 1.21
2121

2222
- name: Build binaries
2323
run: CGO_ENABLED=0 make

0 commit comments

Comments
 (0)