Skip to content

Commit

Permalink
Merge pull request #190 from evanphx/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-5

Bump actions/setup-go from 2 to 5
  • Loading branch information
evanphx committed Jan 11, 2024
2 parents dc808d1 + e1550af commit 738124d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.18

Expand Down

0 comments on commit 738124d

Please sign in to comment.