Skip to content

Commit

Permalink
Merge pull request #1064 from justinsb/bump-golang-1.21.5
Browse files Browse the repository at this point in the history
chore: update golang to 1.21.5
  • Loading branch information
google-oss-prow[bot] authored Dec 11, 2023
2 parents e1b662f + eae68f3 commit f835c55
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: "1.21.4"
go-version: "1.21.5"
- name: "Run validations"
run: |
cd ./src/k8s-config-connector
Expand All @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.21.4"
go-version: "1.21.5"
- name: "Set up Cloud SDK"
uses: "google-github-actions/setup-gcloud@v1"
- name: "Run unit tests"
Expand All @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.21.4"
go-version: "1.21.5"
- name: "Run mock tests"
run: |
./scripts/github-actions/ga-mock-test.sh
Expand Down
2 changes: 1 addition & 1 deletion experiments/composite/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/GoogleCloudPlatform/k8s-config-connector/experiments/composite

go 1.21.4
go 1.21.5
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GoogleCloudPlatform/k8s-config-connector

go 1.21.4
go 1.21.5

replace github.com/GoogleCloudPlatform/k8s-config-connector/mockgcp => ./mockgcp

Expand Down
2 changes: 1 addition & 1 deletion mockgcp/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GoogleCloudPlatform/k8s-config-connector/mockgcp

go 1.21.4
go 1.21.5

require (
cloud.google.com/go/iam v1.1.1
Expand Down

0 comments on commit f835c55

Please sign in to comment.