Skip to content

Commit

Permalink
feature: update Golang version to 1.19 (#179)
Browse files Browse the repository at this point in the history
* feature: update Golang version to 1.19

Signed-off-by: Tomas Pizarro Moreno <tpizarro@vmware.com>

* chore: update circleci go image

Signed-off-by: Tomas Pizarro Moreno <tpizarro@vmware.com>

* chore: run go mod tidy

Signed-off-by: Tomas Pizarro Moreno <tpizarro@vmware.com>

---------

Signed-off-by: Tomas Pizarro Moreno <tpizarro@vmware.com>
  • Loading branch information
tompizmor authored Jan 31, 2023
1 parent fcacd51 commit 6f80046
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 340 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ workflows:
jobs:
build:
docker:
- image: circleci/golang:1.17
- image: cimg/go:1.19
steps:
- checkout
- run: make build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.17.x
go-version: 1.19.x
- name: Release
uses: goreleaser/goreleaser-action@v2
with:
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/bitnami-labs/charts-syncer

go 1.17
go 1.19

// Needed so we can require asset-relocation-tool-for-kubernetes packages
// https://github.com/vmware-tanzu/asset-relocation-tool-for-kubernetes/issues/89
Expand Down
Loading

0 comments on commit 6f80046

Please sign in to comment.