Skip to content

Commit

Permalink
Bump go version to 1.22.5 (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
joannelynch92 authored Sep 27, 2024
1 parent 5b86bb1 commit 4886e21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.22.1' ]
go: [ '1.22.5' ]
name: Go ${{ matrix.go }} CI test
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.22.1' ]
go: [ '1.22.5' ]
name: Linting
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/HPE/terraform-provider-hpegl

go 1.22.1

toolchain go1.22.5
go 1.22.5

require (
github.com/HewlettPackard/hpegl-containers-terraform-resources v0.0.11
Expand Down

0 comments on commit 4886e21

Please sign in to comment.