Skip to content

Commit 5243f50

Browse files
committed
chore: update go version used to build binaries
1 parent 14b0cc1 commit 5243f50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
needs: [test-linux]
4949
runs-on: macOS-latest
5050
steps:
51-
- name: Set up Go 1.13
52-
uses: actions/setup-go@v1
51+
- name: Set up Go 1.17
52+
uses: actions/setup-go@v3
5353
with:
54-
go-version: 1.13
54+
go-version: 1.17
5555
- name: Check out code into the Go module directory
5656
uses: actions/checkout@v1
5757
- name: Compile binaries

0 commit comments

Comments
 (0)