Skip to content

Commit

Permalink
use go.mod in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0xForerunner committed Dec 6, 2024
1 parent 35e4d96 commit 8ecd721
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 8ecd721

Please sign in to comment.