Skip to content

Commit e5af399

Browse files
ci: update go version
1 parent afe2d5e commit e5af399

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.github/workflows/build.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@ on: [push, pull_request]
2222
concurrency:
2323
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2424
cancel-in-progress: true
25-
25+
2626
jobs:
2727
build:
2828
runs-on: ubuntu-22.04
29-
29+
3030
steps:
31-
- uses: actions/checkout@v3
32-
33-
- name: Set up Go
34-
uses: actions/setup-go@v3
35-
with:
36-
go-version: 1.19.x
37-
38-
- name: Build
39-
run: |
40-
make build
41-
42-
- name: Test
43-
run: make test
31+
- uses: actions/checkout@v3
32+
33+
- name: Set up Go
34+
uses: actions/setup-go@v3
35+
with:
36+
go-version: 1.21.x
37+
38+
- name: Build
39+
run: |
40+
make build
41+
42+
- name: Test
43+
run: make test

.github/workflows/testacc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Go
3535
uses: actions/setup-go@v3
3636
with:
37-
go-version: 1.19.x
37+
go-version: 1.21.x
3838
- name: Wait Cloudstack to be ready
3939
run: |
4040
echo "Starting Cloudstack health check"

0 commit comments

Comments
 (0)