Skip to content

Commit 998e857

Browse files
committed
ci: do not pin go version (#3073)
1 parent 8597b90 commit 998e857

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-arm64-image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
cancel-in-progress: true
2020

2121
env:
22-
GO_VERSION: '1.20.5'
22+
GO_VERSION: ''
2323

2424
jobs:
2525
build:

.github/workflows/build-windows.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222
cancel-in-progress: true
2323

2424
env:
25-
GO_VERSION: '1.20.5'
25+
GO_VERSION: ''
2626
GOSEC_VERSION: '2.15.0'
2727

2828
jobs:

.github/workflows/build-x86-image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121
cancel-in-progress: true
2222

2323
env:
24-
GO_VERSION: '1.20.5'
24+
GO_VERSION: ''
2525
GOSEC_VERSION: '2.15.0'
2626
HELM_VERSION: v3.11.1
2727

0 commit comments

Comments
 (0)