Skip to content

Commit

Permalink
Fix goconst issue, bumped test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
unrolled committed Nov 11, 2021
1 parent b467258 commit da2cd66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
tests:
strategy:
matrix:
go-version: [1.14.x, 1.15.x, 1.16.x]
go-version: [1.15.x, 1.16.x, 1.17.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ linters:
- dupl
- errcheck
- exhaustive
- goconst
- gocritic
- gocyclo
- goimports
Expand All @@ -35,6 +34,7 @@ linters:
- whitespace
- noctx
- misspell
# - goconst
# - golint
# - gochecknoinits
# - funlen
Expand Down
1 change: 1 addition & 0 deletions fs_embed_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build go1.16
// +build go1.16

package render
Expand Down

0 comments on commit da2cd66

Please sign in to comment.