Skip to content

Commit

Permalink
Update all deps and support non ADD clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Mar 10, 2024
1 parent 54dc5e3 commit f8a8d7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
env:
# Go language version to use for building. This value should also be updated
# in the testing workflow if changed.
GO_VERSION: '1.21'
GO_VERSION: '1.22'

jobs:
goreleaser:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
env:
# Go language version to use for building. This value should also be updated
# in the release workflow if changed.
GO_VERSION: '1.21'
GO_VERSION: '1.22'

jobs:
# Ensure project builds before running testing matrix
Expand Down

0 comments on commit f8a8d7b

Please sign in to comment.