Skip to content

Commit dd5cb9f

Browse files
committed
hermit: Upgrade tooling
Upgrade tools with hermit upgrade Upgrade node manually hermit install node-21.5.0 Again I'm not certain why hermit didn't do this, something todo with no explicit latest. I should get to the bottom of this. Upgrade golangci-lint config .golangci.yaml to not fail linting. Upgrade go.mod/go.sum to use latest versions of dependencies with go get -u go mod tidy
1 parent db062ef commit dd5cb9f

19 files changed

+14
-13
lines changed

.golangci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ linters:
2626
- golint
2727
- gomnd
2828
- ifshort
29+
- inamedparam
2930
- interfacer
3031
- interfacebloat
3132
- ireturn
File renamed without changes.
File renamed without changes.

bin/corepack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.node-19.9.0.pkg
1+
.node-21.5.0.pkg

bin/go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.go-1.21.0.pkg
1+
.go-1.21.5.pkg

bin/gofmt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.go-1.21.0.pkg
1+
.go-1.21.5.pkg

0 commit comments

Comments
 (0)