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 committed Jun 20, 2024
1 parent f63a593 commit ffca87d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 13 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
7 changes: 0 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,8 @@ builds:
- -X code.cloudfoundry.org/cli/version/binaryVersion={{.Version}}
goos:
- linux
- darwin
- windows
goarch:
- amd64
- 386
- arm
- arm64
- ppc64
- ppc64le
goarm: [5,6,7]
ignore:
- goos: darwin
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 ffca87d

Please sign in to comment.