Skip to content

Commit

Permalink
chore: upgrade go version to 1.21.1 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
saumas authored Mar 25, 2024
1 parent 47782e5 commit 5550d10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21.5
go-version: 1.22.1

- name: Cache Go modules
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.21.5
go-version: 1.22.1
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
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 castai-agent

go 1.21
go 1.22.1

require (
cloud.google.com/go/compute/metadata v0.2.3
Expand Down

0 comments on commit 5550d10

Please sign in to comment.