Skip to content

Commit

Permalink
Add commit to version
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-ha committed Mar 31, 2024
1 parent ef66fe1 commit d6e2fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go-version: '1.22.1'

- name: Build
run: go build -v .
run: go build -v -tags "${{github.ref}} ${{github.sha}}" .

- name: Test
run: go test -v ./...
Expand Down

0 comments on commit d6e2fdd

Please sign in to comment.