Skip to content

Commit

Permalink
Merge pull request #309 from GoogleCloudPlatform/codeql
Browse files Browse the repository at this point in the history
chore: sets go version
  • Loading branch information
ssvaidyanathan authored Nov 14, 2024
2 parents b0978ce + c030537 commit 60a4b24
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 #v5
with:
go-version: '1.23'
go-version: '1.23.2'
cache: false
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 #v4
- name: golangci-lint
Expand Down
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/application-integration-management-toolkit

go 1.23
go 1.23.2

require internal/apiclient v1.0.0 // indirect

Expand Down
2 changes: 1 addition & 1 deletion internal/apiclient/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module apiclient

go 1.23
go 1.23.2

require internal/clilog v1.0.0

Expand Down
2 changes: 1 addition & 1 deletion internal/client/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module client

go 1.23
go 1.23.2
2 changes: 1 addition & 1 deletion internal/clilog/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module clilog

go 1.23
go 1.23.2
2 changes: 1 addition & 1 deletion internal/cloudkms/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module cloudkms

go 1.23
go 1.23.2
2 changes: 1 addition & 1 deletion internal/cmd/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module cmd

go 1.23
go 1.23.2
2 changes: 1 addition & 1 deletion internal/secmgr/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module secmgr

go 1.23
go 1.23.2

0 comments on commit 60a4b24

Please sign in to comment.