diff --git a/.github/workflows/gh-test-external-registry.yml b/.github/workflows/gh-test-external-registry.yml index f789118e..fe782bf3 100644 --- a/.github/workflows/gh-test-external-registry.yml +++ b/.github/workflows/gh-test-external-registry.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v1 with: - go-version: "1.20.11" + go-version: "1.20.12" - name: Check out code into the Go module directory uses: actions/checkout@v2 with: @@ -63,7 +63,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v1 with: - go-version: "1.20.11" + go-version: "1.20.12" - name: Check out code into the Go module directory uses: actions/checkout@v2 with: diff --git a/.github/workflows/gh-test.yml b/.github/workflows/gh-test.yml index 6a716d43..86b3282e 100644 --- a/.github/workflows/gh-test.yml +++ b/.github/workflows/gh-test.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v1 with: - go-version: "1.20.11" + go-version: "1.20.12" - name: Check out code into the Go module directory uses: actions/checkout@v2 with: @@ -37,7 +37,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v1 with: - go-version: "1.20.11" + go-version: "1.20.12" - name: Check out code into the Go module directory uses: actions/checkout@v2 with: diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 2e93f6ff..47aa9b93 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v1 with: - go-version: "1.20.11" + go-version: "1.20.12" - uses: actions/checkout@v2 with: fetch-depth: '0' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1622da70..15249a99 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.20.11 + go-version: 1.20.12 - name: Retrieve version run: | diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml index f9e27a7b..f59b3e52 100644 --- a/.github/workflows/trivy-scan.yml +++ b/.github/workflows/trivy-scan.yml @@ -10,7 +10,7 @@ jobs: with: repo: carvel-dev/imgpkg tool: imgpkg - goVersion: 1.20.11 + goVersion: 1.20.12 secrets: githubToken: ${{ secrets.GITHUB_TOKEN }} slackWebhookURL: ${{ secrets.SLACK_WEBHOOK_URL }}