Skip to content

Commit

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

chore: bump actions/setup-go from 4 to 5
  • Loading branch information
ademariag authored Aug 17, 2024
2 parents c8401df + 08ac5a2 commit a298c76
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 @@ -21,7 +21,7 @@ jobs:
with:
python-version: 3.x
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.17
- name: Install Python dependencies
Expand Down

0 comments on commit a298c76

Please sign in to comment.