Skip to content

Commit 2e4f9c8

Browse files
committed
chore: update go-version to ^1.21
- Update the `go-version` to `^1.21` Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 6be22ba commit 2e4f9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup go
1616
uses: actions/setup-go@v3
1717
with:
18-
go-version: '^1.16'
18+
go-version: '^1.21'
1919
- name: Checkout repository
2020
uses: actions/checkout@v3
2121
- name: Setup golangci-lint

0 commit comments

Comments
 (0)