Skip to content

Commit

Permalink
Merge pull request #243 from jenkins-infra/updatecli_main_67589917fc5…
Browse files Browse the repository at this point in the history
…093525bef1ff8585327cdf8f518c343d9b8616881584c140b106b

Bump golang version to 1.23.4
  • Loading branch information
dduportal authored Dec 9, 2024
2 parents 1f00d7c + 2919a1e commit 9c77d30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.23.3
go-version: 1.23.4
- name: Check out source code
uses: actions/checkout@v4
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.23.3
go-version: 1.23.4
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v3
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.3
go-version: 1.23.4
- name: Prepare
id: prep
run: |
Expand Down

0 comments on commit 9c77d30

Please sign in to comment.