Skip to content

Commit

Permalink
CI: fix go-version at 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyXSD committed Aug 27, 2024
1 parent 463881e commit a1417d3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 'oldstable'
go-version: '1.21'
cache: true

- name: Change go version for root user
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chaos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: 'oldstable'
go-version: '1.21'
cache: true

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fio_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 'oldstable'
go-version: '1.21'
cache: true

- name: Build linux target
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutate-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 'oldstable'
go-version: '1.21'

- name: install go-mutesting
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
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@v3
with:
go-version: 'oldstable'
go-version: '1.21'

- name: Set up Java
uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 'oldstable'
go-version: '1.21'

- uses: actions/checkout@v3
- name: golangci-lint
Expand Down

0 comments on commit a1417d3

Please sign in to comment.