mirror of
https://github.com/pushbits/server.git
synced 2025-05-02 11:46:17 +02:00
Update to Go version 1.20.6
This commit is contained in:
parent
f69833aeaa
commit
9f50df63fa
3 changed files with 3 additions and 3 deletions
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue