Skip to content

Commit

Permalink
Merge pull request #321 from carvel-dev/bump-go-1.20.11-33.x
Browse files Browse the repository at this point in the history
Bump go version to 1.20.11 in v0.33.x line and imgpkg to v0.36.8
  • Loading branch information
rcmadhankumar authored Nov 10, 2023
2 parents b3a766d + 5517f88 commit da6e38d
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.10
go-version: 1.20.11
- uses: actions/checkout@v2
with:
fetch-depth: '0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20.10
go-version: 1.20.11
- name: Retrieve version
run: |
echo "TAG_NAME=$(echo ${{ github.ref }} | grep -Eo 'v[0-9].*')" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v1
with:
go-version: 1.20.10
go-version: 1.20.11
- name: Check out code into the Go module directory
uses: actions/checkout@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
repo: carvel-dev/vendir
tool: vendir
goVersion: 1.20.10
goVersion: 1.20.11
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
slackWebhookURL: ${{ secrets.SLACK_WEBHOOK_URL }}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.2
github.com/vmware-tanzu/carvel-imgpkg v0.36.6
github.com/vmware-tanzu/carvel-imgpkg v0.36.8
golang.org/x/crypto v0.14.0
golang.org/x/oauth2 v0.1.0
golang.org/x/tools v0.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@ github.com/vbatts/tar-split v0.11.2 h1:Via6XqJr0hceW4wff3QRzD5gAk/tatMw/4ZA7cTlI
github.com/vbatts/tar-split v0.11.2/go.mod h1:vV3ZuO2yWSVsz+pfFzDG/upWH1JhjOiEaWq6kXyQ3VI=
github.com/vito/go-interact v1.0.1 h1:O8xi8c93bRUv2Tb/v6HdiuGc+WnWt+AQzF74MOOdlBs=
github.com/vito/go-interact v1.0.1/go.mod h1:HrdHSJXD2yn1MhlTwSIMeFgQ5WftiIorszVGd3S/DAA=
github.com/vmware-tanzu/carvel-imgpkg v0.36.6 h1:hVCyqbUws/D3wZsaW/011ral/wTuoKuEB42FcWCH9n8=
github.com/vmware-tanzu/carvel-imgpkg v0.36.6/go.mod h1:CvEN84+mnkcDp8YbXYR0HHIV+KAKM3ZTj/Ku7sPPcXk=
github.com/vmware-tanzu/carvel-imgpkg v0.36.8 h1:409NYaUvTTvlI0VB0Q42hgQVyQV1R1Fi31VYNswW8a0=
github.com/vmware-tanzu/carvel-imgpkg v0.36.8/go.mod h1:Ay4s/zSvD65SCKLBmzk/Q6ks0OCKIa+pWgadp1iviWw=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ github.com/vbatts/tar-split/archive/tar
# github.com/vito/go-interact v1.0.1
## explicit; go 1.12
github.com/vito/go-interact/interact
# github.com/vmware-tanzu/carvel-imgpkg v0.36.6
# github.com/vmware-tanzu/carvel-imgpkg v0.36.8
## explicit; go 1.20
github.com/vmware-tanzu/carvel-imgpkg/pkg/imgpkg/bundle
github.com/vmware-tanzu/carvel-imgpkg/pkg/imgpkg/image
Expand Down

0 comments on commit da6e38d

Please sign in to comment.