Skip to content

Commit

Permalink
Merge pull request #4416 from GSA/update-go
Browse files Browse the repository at this point in the history
Update GO for egress action
  • Loading branch information
FuhuXia authored Aug 4, 2023
2 parents 7dc7f98 + b15e75c commit 429e703
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 429e703

Please sign in to comment.