Skip to content

Commit

Permalink
Merge pull request #243 from anchore/go-bump-1.22.5
Browse files Browse the repository at this point in the history
feat: bump go to 1.22.5
  • Loading branch information
bradleyjones authored Jul 4, 2024
2 parents 6192492 + a7e3911 commit 0c639c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/anchore/k8s-inventory

go 1.22.2
go 1.22.5

require (
github.com/adrg/xdg v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-go.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

GO_VERSION="1.22.2"
GO_VERSION="1.22.5"
ARCH=$(uname | tr '[:upper:]' '[:lower:]')
GO_ARTIFACT="go$GO_VERSION.$ARCH-amd64.tar.gz"
wget "https://dl.google.com/go/$GO_ARTIFACT"
Expand Down

0 comments on commit 0c639c5

Please sign in to comment.