Skip to content

Commit

Permalink
ci: do not pin go version (#3073)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Jul 25, 2023
1 parent 141e577 commit cbaba6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-arm64-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:
cancel-in-progress: true

env:
GO_VERSION: '1.20.5'
GO_VERSION: ''

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:
cancel-in-progress: true

env:
GO_VERSION: '1.20.5'
GO_VERSION: ''
GOSEC_VERSION: '2.15.0'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-x86-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:
cancel-in-progress: true

env:
GO_VERSION: '1.20.5'
GO_VERSION: ''
GOSEC_VERSION: '2.15.0'
HELM_VERSION: v3.11.1

Expand Down

0 comments on commit cbaba6b

Please sign in to comment.