Skip to content

Commit

Permalink
feat(ci): Bump go version for action tests (#730)
Browse files Browse the repository at this point in the history
* feat(ci): Upgrade `go` version for monorepo

* fix

---------

Co-authored-by: refcell <[email protected]>
  • Loading branch information
clabby and refcell authored Oct 24, 2024
1 parent 3d859f4 commit ac0f3dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Go toolchain
uses: actions/setup-go@v5
with:
go-version: "1.21.6"
go-version: "1.22.7"
cache-dependency-path: |
monorepo/go.sum
- name: Install Foundry
Expand Down
2 changes: 1 addition & 1 deletion .monorepo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8917511b704ee49190a1daa22f7e244c387e804c
cl/actions-fix

0 comments on commit ac0f3dc

Please sign in to comment.