Skip to content

Commit 9f50df6

Browse files
committed
Update to Go version 1.20.6
1 parent f69833a commit 9f50df6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Export GOBIN
2222
uses: actions/setup-go@v4
2323
with:
24-
go-version: '1.20.5'
24+
go-version: '1.20.6'
2525

2626
- name: Install dependencies
2727
run: make setup

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Export GOBIN
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: '1.20.5'
22+
go-version: '1.20.6'
2323

2424
- name: Install dependencies
2525
run: make setup

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Export GOBIN
2525
uses: actions/setup-go@v4
2626
with:
27-
go-version: '1.20.5'
27+
go-version: '1.20.6'
2828

2929
- name: Install dependencies
3030
run: make setup

0 commit comments

Comments
 (0)