Skip to content

Commit

Permalink
break with new go
Browse files Browse the repository at this point in the history
  • Loading branch information
ingwarsw committed Nov 7, 2024
1 parent a52ab04 commit d82bd2d
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/break.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ jobs:
go version
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0
golangci-lint --version
echo "Running linter"
cd test/1
golangci-lint run
- name: Set up Go 1.23.1
uses: actions/setup-go@v4
with:
go-version: 1.23.1

- name: Run bash script
run: |
echo "Go version:"
go version
golangci-lint --version
echo "Running linter"
cd test/1
golangci-lint run

0 comments on commit d82bd2d

Please # to comment.