Skip to content

Commit

Permalink
Merge pull request #28 from CodeWithTamim/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
CodeWithTamim authored Dec 18, 2024
2 parents e0abb6c + f71b301 commit 8e22f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:


- name: Setup Golang
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'

Expand Down

0 comments on commit 8e22f39

Please sign in to comment.