Skip to content

Commit 42da679

Browse files
Merge pull request #14 from go-viper/nix-update
build: update dev env
2 parents 7017a68 + 35a7961 commit 42da679

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
go: ["1.18", "1.19", "1.20", "1.21", "stable", "oldstable"]
15+
go: ["1.18", "1.19", "1.20", "1.21", "1.22", "stable", "oldstable"]
1616

1717
steps:
1818
- name: Checkout repository
@@ -37,9 +37,9 @@ jobs:
3737
- name: Set up Go
3838
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
3939
with:
40-
go-version: "1.21"
40+
go-version: "1.22"
4141

4242
- name: Lint
4343
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
4444
with:
45-
version: v1.54.2
45+
version: v1.56.2

flake.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)