Skip to content

Commit

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

Bump actions/setup-go from 3 to 5
  • Loading branch information
Shresht7 authored Jan 31, 2024
2 parents 8506e52 + 4cf4a32 commit 964198b
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 @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

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

Expand Down

0 comments on commit 964198b

Please sign in to comment.