Skip to content

Commit

Permalink
Merge pull request #179 from castai/bump_k8s_agent_go_1_22_4
Browse files Browse the repository at this point in the history
chore: bump k8s-agent to go 1.22.4
  • Loading branch information
jansyk13 committed Jul 11, 2024
2 parents 16817b2 + b39af3b commit 4c6fd6c
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 @@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22.1
go-version: 1.22.4

- 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.22.1
go-version: 1.22.4
- 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.22.1
go 1.22.4

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

0 comments on commit 4c6fd6c

Please sign in to comment.