Skip to content

Commit

Permalink
fixup! fix(cli/config): path/show commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ayakovlenko committed Nov 7, 2024
1 parent d345e70 commit 4793340
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v5
with:
go-version: 1.22.x
go-version: 1.23.x
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Get dependencies
run: |
go get -v -t -d ./...
if [ -f Gopkg.toml ]; then
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61
run: ./scripts/lint.sh linted

- name: Test
Expand Down

0 comments on commit 4793340

Please sign in to comment.