mirror of
https://github.com/pushbits/server.git
synced 2025-05-02 11:46:17 +02:00
ci: Bump go version to address vulnerabilities
go version 1.20.2 has some vulnerabilities, details at: - https://pkg.go.dev/vuln/GO-2023-1840 - https://pkg.go.dev/vuln/GO-2023-1705 - https://pkg.go.dev/vuln/GO-2023-1704 - https://pkg.go.dev/vuln/GO-2023-1753 - https://pkg.go.dev/vuln/GO-2023-1752 - https://pkg.go.dev/vuln/GO-2023-1751 - https://pkg.go.dev/vuln/GO-2023-1737 - https://pkg.go.dev/vuln/GO-2023-1703 - https://pkg.go.dev/vuln/GO-2023-1702 They've been addressed in the new go version.
This commit is contained in:
parent
291b32856c
commit
b058c03c30
3 changed files with 4 additions and 4 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.2'
|
||||
go-version: '1.20.5'
|
||||
|
||||
- name: Install dependencies
|
||||
run: make setup
|
||||
|
|
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Export GOBIN
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.20.2'
|
||||
go-version: '1.20.5'
|
||||
|
||||
- name: Install dependencies
|
||||
run: make setup
|
||||
|
@ -86,7 +86,7 @@ jobs:
|
|||
- name: Export GOBIN
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.20.2'
|
||||
go-version: '1.20.5'
|
||||
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v4
|
||||
|
|
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.2'
|
||||
go-version: '1.20.5'
|
||||
|
||||
- name: Install dependencies
|
||||
run: make setup
|
||||
|
|
Loading…
Add table
Reference in a new issue