Skip to content

Commit

Permalink
Update go version to 1.23 (#206)
Browse files Browse the repository at this point in the history
Co-authored-by: csm-release[bot] <183133423+csm-release[bot]@users.noreply.github.com>
Co-authored-by: shaynafinocchiaro <shayna_finocchiaro@dell.com>
  • Loading branch information
csm-release[bot] and shaynafinocchiaro authored Oct 25, 2024
1 parent 69f08f1 commit 8687e6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
cache: false
- name: Checkout the code
uses: actions/checkout@v4
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
args: ./scripts/*
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
cache: false
- name: Install and run Checkmake
run: |
Expand All @@ -103,7 +103,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
cache: false
- name: Vendor packages
run: |
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
echo "machine github.com login csmbot password $TOKEN" >> ~/.netrc
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
cache: false
- name: Checkout the code
uses: actions/checkout@v4
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/dell/cosi

go 1.22
go 1.23

require (
github.com/aws/aws-sdk-go v1.45.1
Expand Down

0 comments on commit 8687e6a

Please sign in to comment.