Update to Go version 1.20.6

This commit is contained in:
eikendev 2023-07-15 19:24:11 +02:00
parent f69833aeaa
commit 9f50df63fa
No known key found for this signature in database
GPG key ID: A1BDB1B28C8EF694
3 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ jobs:
- name: Export GOBIN
uses: actions/setup-go@v4
with:
go-version: '1.20.5'
go-version: '1.20.6'
- name: Install dependencies
run: make setup

View file

@ -19,7 +19,7 @@ jobs:
- name: Export GOBIN
uses: actions/setup-go@v4
with:
go-version: '1.20.5'
go-version: '1.20.6'
- name: Install dependencies
run: make setup

View file

@ -24,7 +24,7 @@ jobs:
- name: Export GOBIN
uses: actions/setup-go@v4
with:
go-version: '1.20.5'
go-version: '1.20.6'
- name: Install dependencies
run: make setup