Skip to content

Commit

Permalink
prepare v2.4.5 (#136)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoan Blanc <[email protected]>
  • Loading branch information
greut committed Jun 18, 2022
1 parent 8c971f2 commit 7a883c1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.44
version: v1.46
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17.x
go-version: 1.18.x
- name: go test
run: go test -v ./...
core-test:
Expand Down
9 changes: 2 additions & 7 deletions .golangci.yml
Expand Up @@ -9,20 +9,15 @@ linters-settings:
package-average: 10

linters:
enable-all: true
disable:
- exhaustivestruct
- exhaustruct
- golint
- gomnd
- interfacer
- maligned
- scopelint
- tagliatelle
- varnamelen
presets:
- bugs
- complexity
- format
- performance
- style
- unused
fast: false
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Change log

## v2.4.5 - 2022-06-18

- Bump Go version to 1.17 in the go.mod
- Upgrade go.pkg.in/ini.v1 from 1.66.4 to 1.66.6
- Upgrade github.com/google/go-cmp from 0.5.7 to 0.5.8

## v2.4.4 - 2022-03-17

- Upgrade gopkg.in/ini.v1 from 1.53 to 1.66.4;
Expand Down
5 changes: 3 additions & 2 deletions go.mod
@@ -1,10 +1,11 @@
module github.com/editorconfig/editorconfig-core-go/v2

go 1.15
go 1.17

require (
github.com/google/go-cmp v0.5.8
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/mod v0.5.1
gopkg.in/ini.v1 v1.66.6
)

require github.com/stretchr/testify v1.7.0 // indirect
1 change: 0 additions & 1 deletion go.sum
Expand Up @@ -20,7 +20,6 @@ golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/ini.v1 v1.66.6 h1:LATuAqN/shcYAOkv3wl2L4rkaKqkcgTBQjOyYDvcPKI=
gopkg.in/ini.v1 v1.66.6/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k=
Expand Down

0 comments on commit 7a883c1

Please sign in to comment.