Skip to content

Commit

Permalink
Update go to 1.22.7 to match Metal (#231)
Browse files Browse the repository at this point in the history
* Update go to 1.22.7 to match Metal

* Update copyright

* Merge remote-tracking branch 'origin/master' into go122
  • Loading branch information
neilgierman authored Nov 25, 2024
1 parent 6cd4350 commit 52230c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#(C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP
#(C) Copyright 2022-2024 Hewlett Packard Enterprise Development LP

name: ci

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21.3
go-version: 1.22.7

- name: Install tools
run: make tools
Expand Down
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module github.com/hewlettpackard/hpegl-metal-terraform-resources

go 1.21.0
toolchain go1.22.5
go 1.22.0

toolchain go1.22.7

require (
github.com/golangci/golangci-lint v1.58.2
Expand Down

0 comments on commit 52230c0

Please sign in to comment.