Skip to content

Commit bcc25bd

Browse files
committed
feat: update ci golang version
1 parent e5a6c01 commit bcc25bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/basic_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go
1313
uses: actions/setup-go@v4
1414
with:
15-
go-version: '1.20.9'
15+
go-version: '1.22.0'
1616
cache: true
1717

1818
- name: install deps

Diff for: .github/workflows/deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: '1.20.9'
22+
go-version: '1.22.0'
2323
cache: false #post setup fail in local runner , disable for now
2424

2525
- name: install deps

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go
1313
uses: actions/setup-go@v4
1414
with:
15-
go-version: '1.20.9'
15+
go-version: '1.22.0'
1616
cache: true
1717

1818
- name: install deps

0 commit comments

Comments
 (0)