Skip to content

Commit 2a0576c

Browse files
authored
Merge pull request #871 from carvel-dev/bump-go-1.21.1
Bumping go version to 1.21.1
2 parents a5fd7dd + c5006a1 commit 2a0576c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Go
1616
uses: actions/setup-go@v3
1717
with:
18-
go-version: "1.20.7"
18+
go-version: "1.21.1"
1919
- uses: actions/checkout@v2
2020
with:
2121
fetch-depth: '0'

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Go
2121
uses: actions/setup-go@v3
2222
with:
23-
go-version: "1.20.7"
23+
go-version: "1.21.1"
2424

2525
- name: Retrieve version
2626
run: |

.github/workflows/test-all.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install Go
1414
uses: actions/setup-go@v3
1515
with:
16-
go-version: "1.20.7"
16+
go-version: "1.21.1"
1717
- name: Check out code into the Go module directory
1818
uses: actions/checkout@v2
1919
with:

.github/workflows/test-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install Go
1414
uses: actions/setup-go@v3
1515
with:
16-
go-version: "1.20.7"
16+
go-version: "1.21.1"
1717
- name: Check out code into the Go module directory
1818
uses: actions/checkout@v2
1919
- name: Run Tests

.github/workflows/trivy-scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
repo: carvel-dev/ytt
1212
tool: ytt
13-
goVersion: "1.20.7"
13+
goVersion: "1.21.1"
1414
secrets:
1515
githubToken: ${{ secrets.GITHUB_TOKEN }}
1616
slackWebhookURL: ${{ secrets.SLACK_WEBHOOK_URL }}

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/vmware-tanzu/carvel-ytt
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/BurntSushi/toml v1.2.1

0 commit comments

Comments
 (0)