Skip to content

Commit

Permalink
Remove undefined flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikPelli committed Dec 23, 2024
1 parent a5bd389 commit 70d544b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

# https://stackoverflow.com/questions/76269119/github-actions-go-lambda-project-different-sha256sums
- name: Build
run: go build -v -buildvcs=false ./...
run: go build -v ./...

- name: Test
run: go test -p 1 -shuffle=on ./...
Expand All @@ -34,5 +34,3 @@ jobs:
uses: golangci/golangci-lint-action@v6
with:
version: latest
env:
GOFLAGS: "-buildvcs=false"

0 comments on commit 70d544b

Please sign in to comment.