Skip to content

Commit

Permalink
chore: bump golang + helm version
Browse files Browse the repository at this point in the history
Signed-off-by: dntosas <[email protected]>
  • Loading branch information
dntosas committed Sep 11, 2023
1 parent 9311ba0 commit 669a84f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/[email protected]
with:
go-version: '1.20.2'
go-version: '1.21.1'

- name: Checkout code
uses: actions/[email protected]
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Run go lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
version: v1.54.2
args: --timeout 5m --enable revive,gofmt,exportloopref --exclude-use-default=false --modules-download-mode=vendor --build-tags integration

- name: Run go test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/[email protected]
with:
go-version: '1.20.2'
go-version: '1.21.1'

- name: Checkout code
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Helm
uses: azure/[email protected]
with:
version: v3.9.0
version: v3.12.3

- name: Add Helm dependency repos
run: |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dntosas/capi2argo-cluster-operator

go 1.20
go 1.21

require (
github.com/go-logr/logr v1.2.4
Expand Down

0 comments on commit 669a84f

Please sign in to comment.