Skip to content

Commit

Permalink
Merge pull request #38 from roadrunner-server/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-go-4

build(deps): bump actions/setup-go from 3 to 4
  • Loading branch information
rustatian authored Mar 21, 2023
2 parents 4232ed4 + b52e378 commit bc5ee3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3 # action page: <https://github.com/actions/setup-go>
uses: actions/setup-go@v4 # action page: <https://github.com/actions/setup-go>
with:
go-version: 1.19

Expand Down

0 comments on commit bc5ee3c

Please sign in to comment.