Skip to content

Commit a3f13f6

Browse files
Merge pull request #877 from carvel-dev/cherry-pick-251f01-v0.43.x
Merge pull request #875 from carvel-dev/go-1.20.10-45.xBump Go to 1.20.10 in v0.43.x line
2 parents 790b27a + ef46e34 commit a3f13f6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.20.10"
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.20.10"
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.20.10"
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.20.10"
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.20.10"
1414
secrets:
1515
githubToken: ${{ secrets.GITHUB_TOKEN }}
1616
slackWebhookURL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)