Skip to content

Commit

Permalink
Merge pull request #9 from ksysoev/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-go-5

Bump actions/setup-go from 3 to 5
  • Loading branch information
ksysoev authored Sep 14, 2024
2 parents 378499a + 99ee448 commit 6e83e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Go 1.22
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: "1.22.x"
- name: Display Go version
Expand Down

0 comments on commit 6e83e45

Please sign in to comment.