Skip to content

Commit 7ecf765

Browse files
committed
chore: fix version in files
1 parent 32048ac commit 7ecf765

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

00-empty/.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Author: @ccoVeille
55
# License: MIT
66
# Variant: 01-defaults
7-
# Version: v1.0.0
7+
# Version: v1.0.2
88
#
99
# empty file to force using the default settings
1010
# otherwise golangci-lint looks for .golangci.yaml files

01-defaults/.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Author: @ccoVeille
55
# License: MIT
66
# Variant: 01-defaults
7-
# Version: v1.0.0
7+
# Version: v1.0.2
88
#
99
linters:
1010
# some linters are enabled by default

02-basic/.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Author: @ccoVeille
55
# License: MIT
66
# Variant: 02-basic
7-
# Version: v1.0.0
7+
# Version: v1.0.2
88
#
99
linters:
1010
# some linters are enabled by default

03-safe/.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Author: @ccoVeille
55
# License: MIT
66
# Variant: 03-safe
7-
# Version: v1.0.0
7+
# Version: v1.0.2
88
#
99
linters:
1010
# some linters are enabled by default

0 commit comments

Comments
 (0)