Skip to content

Commit b1d084f

Browse files
committed
upgrade pipeline to go 1.19
1 parent 3ee6961 commit b1d084f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr_pipe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v3
1616
with:
17-
go-version: 1.18
17+
go-version: 1.19
1818

1919
- name: Run Unit Tests
2020
run: make test -B

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v3
2020
with:
21-
go-version: 1.18
21+
go-version: 1.19
2222

2323
- name: Run Unit Tests
2424
run: make test -B
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Go
3737
uses: actions/setup-go@v3
3838
with:
39-
go-version: 1.18
39+
go-version: 1.19
4040

4141
- name: Mount Cache
4242
uses: actions/cache@v3

0 commit comments

Comments
 (0)