Skip to content

Commit

Permalink
feat: update tools versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiola committed Apr 4, 2024
1 parent 0a64d5a commit 0a05f48
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "Go",
"image": "golang:1.22.1",
"image": "golang:1.22.2",
"containerUser": "root",
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {},
"ghcr.io/devcontainers/features/go:1": {"version": "none", "golangciLintVersion": "1.56.2"}
"ghcr.io/devcontainers/features/go:1": {"version": "none", "golangciLintVersion": "1.57.2"}
},
"runArgs": [
"--cap-add=SYS_PTRACE",
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.1
1.22.2
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ brews:
email: github@mia-platform.eu

commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
folder: Formula
directory: Formula

install: bin.install "{{ .ArtifactName }}" => "{{ .Env.CMDNAME }}"
homepage: "https://www.mia-platform.eu"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mia-platform/vab

go 1.22.1
go 1.22.2

require (
github.com/dchest/uniuri v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion tools/DEEPCOPY_GEN_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.29.2
v0.29.3
2 changes: 1 addition & 1 deletion tools/GOLANGCI_LINT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.56.2
v1.57.2
2 changes: 1 addition & 1 deletion tools/GORELEASER_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.24.0
v1.25.1

0 comments on commit 0a05f48

Please sign in to comment.