Skip to content

Commit fabbd4b

Browse files
committed
ci: do not pin go version (#3073)
1 parent a280123 commit fabbd4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

2222
env:
23-
GO_VERSION: '1.20.5'
23+
GO_VERSION: ''
2424

2525
jobs:
2626
build:

.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)