Skip to content

Commit

Permalink
Merge pull request #20 from worldcoin/bump-go-version
Browse files Browse the repository at this point in the history
Bump go version
  • Loading branch information
cichaczem authored Apr 14, 2023
2 parents b8bd950 + 88662f7 commit dfad1ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.20.3
- name: Build artifacts
run: |
for cfgstr in "darwin amd64" "darwin arm64" "linux amd64" "windows amd64"; do
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.20.3
- name: Build
run: go build
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module worldcoin/gnark-mbu

go 1.19
go 1.20

require (
github.com/consensys/gnark v0.7.1
Expand Down

0 comments on commit dfad1ee

Please sign in to comment.