Skip to content

Commit

Permalink
Merge pull request #72 from worldcoin/forerunner/go-mod-ci
Browse files Browse the repository at this point in the history
Use go.mod in CI
  • Loading branch information
0xForerunner authored Dec 6, 2024
2 parents 35e4d96 + 8ecd721 commit 86a11b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
tags:
- '*'
- "*"

jobs:
create_release:
Expand All @@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20.3
go-version-file: "./go.mod"
- name: Build artifacts
run: |
for cfgstr in "darwin amd64" "darwin arm64" "linux amd64" "windows amd64"; do
Expand All @@ -29,4 +29,4 @@ jobs:
mtb-darwin-amd64
mtb-darwin-arm64
mtb-linux-amd64
mtb-windows-amd64
mtb-windows-amd64

0 comments on commit 86a11b4

Please sign in to comment.