-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #84 from Jacalz/next
Merge over changes for v3.4.0 release
- Loading branch information
Showing
27 changed files
with
530 additions
and
369 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,9 +13,9 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
persist-credentials: false | ||
- uses: WillAbides/setup-go-faster@v1.7.0 | ||
- uses: WillAbides/setup-go-faster@v1.8.0 | ||
with: | ||
go-version: '1.19.x' | ||
go-version: '1.20.x' | ||
|
||
- name: Install build dependencies | ||
run: | | ||
|
@@ -24,10 +24,10 @@ jobs: | |
- name: Install static analysis tools | ||
run: | | ||
go install github.com/securego/gosec/v2/cmd/gosec@v2.15.0 | ||
go install github.com/securego/gosec/v2/cmd/gosec@v2.16.0 | ||
go install github.com/fzipp/gocyclo/cmd/[email protected] | ||
go install honnef.co/go/tools/cmd/[email protected].2 | ||
go install mvdan.cc/gofumpt@v0.4.0 | ||
go install honnef.co/go/tools/cmd/[email protected].3 | ||
go install mvdan.cc/gofumpt@v0.5.0 | ||
- name: Vet | ||
run: go vet ./... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
//go:build !release && !debug | ||
|
||
// Package assets contains bundled static resources. | ||
package assets | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//go:build ignore && (release || debug) | ||
//go:build release || debug | ||
|
||
package assets | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.