Skip to content

Commit 5735094

Browse files
ci: update go version
1 parent 53f5191 commit 5735094

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,24 @@ on: [push, pull_request]
2222
concurrency:
2323
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2424
cancel-in-progress: true
25-
2625
permissions:
2726
contents: read
2827

2928
jobs:
3029
build:
3130
runs-on: ubuntu-22.04
32-
31+
3332
steps:
34-
- uses: actions/checkout@v3
35-
36-
- name: Set up Go
37-
uses: actions/setup-go@v3
38-
with:
39-
go-version: 1.19.x
40-
41-
- name: Build
42-
run: |
43-
make build
44-
45-
- name: Test
46-
run: make test
33+
- uses: actions/checkout@v3
34+
35+
- name: Set up Go
36+
uses: actions/setup-go@v3
37+
with:
38+
go-version: 1.21.x
39+
40+
- name: Build
41+
run: |
42+
make build
43+
44+
- name: Test
45+
run: make test

.github/workflows/testacc.yml

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

0 commit comments

Comments
 (0)