Skip to content

Commit

Permalink
set go version 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Feb 13, 2025
1 parent ae722d2 commit b78e384
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-extrachecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: '1.23'
cache: false

- name: Vulnerability management
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: '1.23'
cache: false

- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_rebuild_bp3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: '1.23'
cache: false

- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_reuse_go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: '1.23'
cache: false

# Install TinyGo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_reuse_go_cas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: '1.23'
cache: false

- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_reuse_go_norebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: '1.23'
cache: false

- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_reuse_go_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: '1.23'
cache: false

# Install TinyGo
Expand Down

0 comments on commit b78e384

Please sign in to comment.