Skip to content

Commit

Permalink
omg
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardem committed Sep 30, 2024
1 parent 3509f3b commit deecddb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,15 @@ jobs:
container:
image: public.ecr.aws/b5q6i6w4/ylem-public-images:latest
steps:
- name: Echo output
run: export GOFLAGS="-buildvcs=false"
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
- name: Set Goflags
run: go env -w GOFLAGS="-buildvcs=false"
- name: Show Goenv
run: go env
- name: golangci-lint for integrations
uses: golangci/golangci-lint-action@v6
with:
Expand Down

0 comments on commit deecddb

Please sign in to comment.