Skip to content

Commit

Permalink
ci: go-version: '1.20' (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck authored May 27, 2023
1 parent 058f68f commit fb676d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.16
go-version: '1.20'
- name: Build for multi-platform
run: |
set -xeu
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.16
go-version: '1.20'
- run: CGO_ENABLED=0 go build -o piping-tunnel main/main.go

- name: Normal tunnel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.16
go-version: '1.20'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit fb676d5

Please sign in to comment.