Skip to content

Commit 7227a75

Browse files
committed
update go version in actions
1 parent ea7ed21 commit 7227a75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
name: Build and Release
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Set up Go 1.19
14+
- name: Set up Go 1.21
1515
uses: actions/setup-go@v1
1616
with:
17-
go-version: 1.19
17+
go-version: 1.21
1818
id: go
1919
- name: Check out code into the Go module directory
2020
uses: actions/checkout@v3

0 commit comments

Comments
 (0)