Skip to content

Commit

Permalink
bump to go v1.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gmllt authored and benjaminguttmann-avtq committed Jun 21, 2024
1 parent 59de361 commit ac607af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: set up go
uses: actions/setup-go@v5
with:
go-version: ">=1.20"
go-version: ">=1.22.4"

- name: tests modules
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: set up go
uses: actions/setup-go@v5
with:
go-version: ">=1.20"
go-version: ">=1.22.4"

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: set up go
uses: actions/setup-go@v5
with:
go-version: ">=1.20"
go-version: ">=1.22.4"

- name: running unit-tests
run: |
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/cloudfoundry/cf_exporter

go 1.21

toolchain go1.21.1
go 1.22.4

require (
code.cloudfoundry.org/cli v0.0.0-20240122193559-1d05b71bb887
Expand Down

0 comments on commit ac607af

Please sign in to comment.