Skip to content

Commit

Permalink
Update go version to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
csm-release[bot] authored Oct 21, 2024
1 parent 69f08f1 commit 9cef0f9
Showing 1 changed file with 4 additions and 4 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

0 comments on commit 9cef0f9

Please sign in to comment.