Skip to content

Commit f743ff8

Browse files
committed
bump go in ci
1 parent 1e37b0e commit f743ff8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codeclimate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
name: Test
1515
runs-on: ubuntu-latest
1616
steps:
17-
- name: Set up Go 1.19
17+
- name: Set up Go 1.20.1
1818
uses: actions/setup-go@v3
1919
with:
20-
go-version: 1.19
20+
go-version: 1.20.1
2121
id: go
2222

2323
- name: Check out code into the Go module directory

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
harbor: [v1, v2]
16-
go: [1.19]
16+
go: [1.20.1]
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Setup Go

.github/workflows/verify-codegen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
name: Verify
88
runs-on: ubuntu-latest
99
steps:
10-
- name: Set up Go 1.19
10+
- name: Set up Go 1.20.1
1111
uses: actions/setup-go@v3
1212
with:
13-
go-version: '1.19'
13+
go-version: '1.20.1'
1414
id: go
1515

1616
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)