mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
support go1.18 and remove go1.16 (#2868)
This commit is contained in:
parent
11b13533a0
commit
4acae540c8
4 changed files with 8 additions and 5 deletions
2
.github/workflows/build-and-push-image.yml
vendored
2
.github/workflows/build-and-push-image.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17
|
||||
go-version: 1.18
|
||||
|
||||
- run: |
|
||||
# https://github.com/actions/setup-go/issues/107
|
||||
|
|
|
|||
2
.github/workflows/goreleaser.yml
vendored
2
.github/workflows/goreleaser.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17
|
||||
go-version: 1.18
|
||||
|
||||
- run: |
|
||||
# https://github.com/actions/setup-go/issues/107
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue