Skip to content

Commit

Permalink
Merge pull request #4 from wozz/dependabot/github_actions/actions/set…
Browse files Browse the repository at this point in the history
…up-go-5

Bump actions/setup-go from 3 to 5
  • Loading branch information
wozz authored Dec 20, 2023
2 parents ecc9122 + 476f8d6 commit 3f5b77f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.21

- name: Download
run: cd envoy_proxy/app && go mod download
Expand Down

0 comments on commit 3f5b77f

Please sign in to comment.