Skip to content

Commit

Permalink
Fix go versions (#335)
Browse files Browse the repository at this point in the history
* Fix go versions

* Generated by GitHub Actions (go / generate)

https://github.com/quipper/google-cloud-pubsub-operator/actions/runs/11660419785

---------

Co-authored-by: update-generated-files-action <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
int128 and github-actions[bot] authored Nov 4, 2024
1 parent 6133ec7 commit c203b24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: 1.21.7
go-version-file: go.mod
cache-dependency-path: go.sum
- run: go mod tidy
- run: make fmt
- run: make generate manifests
Expand All @@ -35,6 +36,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: 1.21.7
go-version-file: go.mod
cache-dependency-path: go.sum
- run: make test
- run: make lint
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/quipper/google-cloud-pubsub-operator

go 1.22.0

toolchain go1.22.5
go 1.22.5

require (
cloud.google.com/go/iam v1.2.2
Expand Down

0 comments on commit c203b24

Please sign in to comment.