Skip to content

Commit

Permalink
new: update go
Browse files Browse the repository at this point in the history
Fixes...

Error: /home/runner/go/pkg/mod/github.com/quic-go/[email protected]/internal/qtls/go_oldversion.go:5:13: cannot use 'The version of quic-go you're using can't be built using outdated Go versions. For more details, please see https://github.com/quic-go/quic-go/wiki/quic-go-and-Go-versions.' (untyped string constant 'The version of quic-go you're using can't be built using outdated Go...) as int value in variable declaration

also use the v4 of the action: https://github.com/actions/setup-go#v4
  • Loading branch information
nickumia-reisys committed Aug 4, 2023
1 parent 7dc7f98 commit b15e75c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/enable-egress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
# trying to emulate:
# https://github.com/GSA/cg-egress-proxy/blob/main/Dockerfile
- name: build caddy - setup go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '1.19.5' # latest
go-version: 'stable'
- name: build caddy - get xcaddy
run: go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest
- name: build caddy - xcaddy build
Expand Down

0 comments on commit b15e75c

Please sign in to comment.