Skip to content

Commit

Permalink
Bump go version to v1.20.7 in v0.14.x line (#460)
Browse files Browse the repository at this point in the history
* Bumping go version to 1.20.7

Signed-off-by: sethiyash <[email protected]>

* installing latest version of carvel tools

Signed-off-by: sethiyash <[email protected]>

---------

Signed-off-by: sethiyash <[email protected]>
  • Loading branch information
sethiyash authored Aug 18, 2023
1 parent 4b20ce4 commit 62cd6a7
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.20.5
go-version: 1.20.7
- uses: actions/[email protected]
with:
fetch-depth: '0'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/kind-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v3 # default version of go is 1.10
with:
go-version: 1.20.5
go-version: 1.20.7
- name: Install Carvel Tools
uses: carvel-dev/setup-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
only: ytt, kapp, kbld
ytt: v0.40.1
kapp: v0.47.0
kbld: v0.34.0
ytt: v0.45.4
kapp: v0.58.0
kbld: v0.37.5
# Run benchmark with `go test -bench` and stores the output to a file
- name: Install sg and run e2e tests on kind
run: |
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20.5
go-version: 1.20.7
- name: Install Carvel Tools
uses: carvel-dev/setup-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
only: ytt, kapp, kbld, imgpkg, kctrl, vendir
ytt: v0.40.1
kapp: v0.47.0
kbld: v0.34.0
imgpkg: v0.29.0
kctrl: v0.41.2
vendir: v0.30.0
ytt: v0.45.4
kapp: v0.58.0
kbld: v0.37.5
imgpkg: v0.37.3
kctrl: v0.46.2
vendir: v0.34.4
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.20.5
go-version: 1.20.7
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
Expand All @@ -30,9 +30,9 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
only: ytt, kapp, kbld
ytt: v0.40.1
kapp: v0.47.0
kbld: v0.34.0
ytt: v0.45.4
kapp: v0.58.0
kbld: v0.37.5
- name: Run Tests
run: |
set -e -x
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 @@ -69,7 +69,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.20.5
go-version: 1.20.7
- name: Build the secretgen-controller artifacts
run: |
curl -L https://carvel.dev/install.sh | bash
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.20.5 AS deps
FROM --platform=$BUILDPLATFORM golang:1.20.7 AS deps

ARG TARGETOS TARGETARCH SGCTRL_VER=development
WORKDIR /workspace
Expand Down

0 comments on commit 62cd6a7

Please sign in to comment.