Skip to content

Commit 486f101

Browse files
committed
chore(config): bump go mod version to 1.21
1 parent e9d4aef commit 486f101

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/setup-go@v3
1111
with:
12-
go-version: 1.19
12+
go-version: 1.21
1313
- uses: actions/checkout@v3
1414
- name: golangci-lint
1515
uses: golangci/golangci-lint-action@v3
@@ -20,7 +20,7 @@ jobs:
2020
test:
2121
strategy:
2222
matrix:
23-
go-version: [1.19]
23+
go-version: [1.21]
2424
platform: [ubuntu-latest, macos-latest]
2525

2626
runs-on: ${{ matrix.platform }}

.github/workflows/release-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup
2424
uses: actions/setup-go@v3
2525
with:
26-
go-version: '>=1.19'
26+
go-version: '>=1.21'
2727
cache: true
2828
- name: Generate Changelog Only
2929
uses: goreleaser/goreleaser-action@v4

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"bootstrapper",
1010
"chardata",
1111
"cobrass",
12+
"coverpkg",
13+
"coverprofile",
1214
"deadcode",
1315
"deepcopy",
1416
"depguard",
@@ -32,13 +34,17 @@
3234
"Goid",
3335
"goimports",
3436
"gola",
37+
"golangci",
3538
"goleak",
3639
"gomega",
3740
"gomnd",
41+
"goreleaser",
3842
"gosec",
3943
"gosimple",
44+
"goveralls",
4045
"govet",
4146
"graffico",
47+
"incpatch",
4248
"ineffassign",
4349
"Innerworld",
4450
"isroot",
@@ -48,6 +54,7 @@
4854
"linters",
4955
"logr",
5056
"lorax",
57+
"mattn",
5158
"memfs",
5259
"mohae",
5360
"MUSICO",
@@ -69,6 +76,7 @@
6976
"Resumer",
7077
"rxgo",
7178
"samber",
79+
"shogo",
7280
"sidewalk",
7381
"snivilised",
7482
"staticcheck",

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/snivilised/extendio
22

3-
go 1.19
3+
go 1.21
44

55
require (
66
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826

0 commit comments

Comments
 (0)