Skip to content

Commit e7428af

Browse files
Bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0 (#5)
* Bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0 Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.2.1 to 3.3.0. - [Release notes](https://github.com/Masterminds/semver/releases) - [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md) - [Commits](Masterminds/semver@v3.2.1...v3.3.0) --- updated-dependencies: - dependency-name: github.com/Masterminds/semver/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix broken check --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: nhatthm <thmnhat@gmail.com>
1 parent c69ab2a commit e7428af

File tree

4 files changed

+6
-14
lines changed

4 files changed

+6
-14
lines changed

.golangci.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,22 @@ linters-settings:
2020
linters:
2121
enable-all: true
2222
disable:
23-
- deadcode
2423
- depguard
25-
- exhaustivestruct
24+
- execinquery
2625
- exhaustruct
2726
- forbidigo
2827
- forcetypeassert
2928
- gci
3029
- gochecknoglobals
31-
- golint
3230
- gomnd
33-
- ifshort
34-
- interfacer
3531
- ireturn
3632
- lll
37-
- maligned
33+
- mnd
3834
- nonamedreturns
39-
- nosnakecase
4035
- nolintlint # https://github.com/golangci/golangci-lint/issues/3063
4136
- paralleltest
42-
- scopelint
43-
- structcheck
4437
- tagliatelle
4538
- testpackage
46-
- varcheck
4739
- varnamelen
4840
- wrapcheck
4941

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MODULE_NAME=fontforge
33
VENDOR_DIR = vendor
44

55
PYTHON_VERSION ?= 3.11
6-
GOLANGCI_LINT_VERSION ?= v1.55.2
6+
GOLANGCI_LINT_VERSION ?= v1.60.1
77

88
GO ?= go
99
GOLANGCI_LINT ?= $(shell go env GOPATH || true)/bin/golangci-lint-$(GOLANGCI_LINT_VERSION)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22
55
toolchain go1.22.0
66

77
require (
8-
github.com/Masterminds/semver/v3 v3.2.1
8+
github.com/Masterminds/semver/v3 v3.3.0
99
go.nhat.io/python/v3 v3.11.1
1010
)
1111

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/Masterminds/semver/v3 v3.2.1 h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0rYXWg0=
2-
github.com/Masterminds/semver/v3 v3.2.1/go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYrf8m9wsX0PNOMQ=
1+
github.com/Masterminds/semver/v3 v3.3.0 h1:B8LGeaivUe71a5qox1ICM/JLl0NqZSW5CHyL+hmvYS0=
2+
github.com/Masterminds/semver/v3 v3.3.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
33
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
44
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
55
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

0 commit comments

Comments
 (0)