Skip to content

Commit 5aa510d

Browse files
committed
Updating github-config
1 parent 149347c commit 5aa510d

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/create-draft-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Go
2525
uses: actions/setup-go@v3
2626
with:
27-
go-version: 1.19.x
27+
go-version: 1.20.x
2828
- name: Checkout
2929
uses: actions/checkout@v3
3030
- name: Run Unit Tests
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup Go
5050
uses: actions/setup-go@v3
5151
with:
52-
go-version: 1.19.x
52+
go-version: 1.20.x
5353
- name: Checkout
5454
uses: actions/checkout@v3
5555
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true
@@ -66,7 +66,7 @@ jobs:
6666
- name: Setup Go
6767
uses: actions/setup-go@v3
6868
with:
69-
go-version: 1.19.x
69+
go-version: 1.20.x
7070
- name: Checkout
7171
uses: actions/checkout@v3
7272
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true

.github/workflows/go-get-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Go
1414
uses: actions/setup-go@v3
1515
with:
16-
go-version: 1.19.x
16+
go-version: 1.20.x
1717

1818
- name: Checkout
1919
uses: actions/checkout@v3

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Go
1717
uses: actions/setup-go@v3
1818
with:
19-
go-version: 1.19.x
19+
go-version: 1.20.x
2020

2121
- name: Checkout
2222
uses: actions/checkout@v3

.github/workflows/test-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Go
2121
uses: actions/setup-go@v3
2222
with:
23-
go-version: 1.19.x
23+
go-version: 1.20.x
2424

2525
- name: Checkout
2626
uses: actions/checkout@v3
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup Go
5050
uses: actions/setup-go@v3
5151
with:
52-
go-version: 1.19.x
52+
go-version: 1.20.x
5353

5454
- name: Checkout
5555
uses: actions/checkout@v3

0 commit comments

Comments
 (0)