Skip to content

Commit

Permalink
Merge pull request #129 from pashagolub/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-go-4

[+] bump `actions/setup-go` from 3 to 4
  • Loading branch information
pashagolub committed Mar 16, 2023
2 parents 0d093c0 + 1318784 commit a21520b
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 @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Golang
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '1.20'

Expand Down

0 comments on commit a21520b

Please sign in to comment.