Skip to content

Commit

Permalink
build: [upgrade-makesystem-bot] Upgrade to v0.5.13.
Browse files Browse the repository at this point in the history
Automated change generated by the Upgrade Makesystem Bot.
  • Loading branch information
Tuxdude committed Aug 1, 2022
1 parent 74a8597 commit 4e7a9b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bootstrap/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.12
0.5.13
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@v3
with:
go-version: 1.17
go-version: 1.18

- name: Build
run: make build
2 changes: 1 addition & 1 deletion .github/workflows/lint.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@v3
with:
go-version: 1.17
go-version: 1.18

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
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@v3
with:
go-version: 1.17
go-version: 1.18

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

0 comments on commit 4e7a9b1

Please sign in to comment.