Skip to content

Commit 173fe77

Browse files
committed
[action] move to go1.20 for AWS builds in release
1 parent 7b58b5e commit 173fe77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Setup Go
112112
uses: actions/setup-go@v3
113113
with:
114-
go-version: 1.19
114+
go-version: '${{ vars.GOLANG_VERSION_LATEST }}'
115115
check-latest: true
116116
- name: Build
117117
id: build

0 commit comments

Comments
 (0)