Skip to content

Commit

Permalink
build: [upgrade-makesystem-bot] Upgrade to v0.5.20.
Browse files Browse the repository at this point in the history
Automated change generated by the Upgrade Makesystem Bot.
  • Loading branch information
Tuxdude committed Jan 10, 2024
1 parent e2d32a9 commit 5cc560a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bootstrap/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.19
0.5.20
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.18
go-version: 1.21

- name: Build
run: make build
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.18
go-version: 1.21

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.47.2
version: v1.55.2
args: --timeout=5m
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.18
go-version: 1.21

- name: Import Release Signing GPG key
uses: crazy-max/ghaction-import-gpg@v6
Expand All @@ -49,6 +49,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.18
go-version: 1.21

- name: Run Tests with Coverage generation (Linux/ OSX)
if: ${{ matrix.os != 'windows-latest' }}
Expand Down

0 comments on commit 5cc560a

Please sign in to comment.