Skip to content

Commit

Permalink
Merge pull request #1043 from kapicorp/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-go-4

Bump actions/setup-go from 2 to 4
  • Loading branch information
ademariag committed Sep 10, 2023
2 parents aa11492 + d218e8d commit f7a80bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pex-build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: 3.x
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.17
- name: Install Python dependencies
Expand Down

0 comments on commit f7a80bd

Please sign in to comment.