Skip to content

Commit

Permalink
Fix failing jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobebway committed Feb 15, 2024
1 parent 4d6ad98 commit 8dc5c35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pull-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- name: Cache Go dependencies
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version-file: './go.mod'
check-latest: true
cache-dependency-path: './go.sum'
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/kyma-project/nats-manager

go 1.22

toolchain go1.22.0
go 1.22.0

require (
dario.cat/mergo v1.0.0
Expand Down

0 comments on commit 8dc5c35

Please sign in to comment.