Skip to content

Commit 0aaa078

Browse files
committed
Workflow build enviroment
1 parent 73bf86f commit 0aaa078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
# Step 4: Run Go Linter (golangci-lint)
2828
- name: Install golangci-lint
2929
run: |
30-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.2
31-
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
30+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.2
31+
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
3232
3333
- name: Run golangci-lint
3434
run: golangci-lint run --disable-all -E gofmt -E govet --timeout=5m

0 commit comments

Comments
 (0)