Skip to content

Commit

Permalink
Disable vcs stamping
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Aug 11, 2023
1 parent b27597d commit d044985
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
test:
runs-on: ubuntu-latest
container: golang:1
env:
GOFLAGS: "-buildvcs=false"
steps:
- uses: actions/checkout@v3
- name: Test
Expand Down

0 comments on commit d044985

Please sign in to comment.