Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Aug 27, 2024
1 parent 2cd5a40 commit 80e6249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.20'
go-version: '1.22'
- name: Run main_test.go
run: go test -v ./server/main_test.go
working-directory: op-proposer-go
Expand Down
2 changes: 1 addition & 1 deletion op-proposer-go/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/succinctlabs/op-succinct-go

go 1.22.2
go 1.22

require (
github.com/ethereum-optimism/optimism v1.9.0
Expand Down

0 comments on commit 80e6249

Please sign in to comment.