Skip to content

Commit

Permalink
fix ci warning
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergodart committed Aug 9, 2024
1 parent 828db34 commit 6243b4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.22
cache-dependency-path: "**/go.sum"

- name: Release version number
run: echo '${{ github.ref_name}}' > VERSION
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.22
cache-dependency-path: "**/go.sum"
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
Expand Down

0 comments on commit 6243b4c

Please sign in to comment.