Skip to content

Commit

Permalink
Merge pull request #81 from essentialkaos/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…evelop/actions/setup-go-4

Bump actions/setup-go from 3 to 4
  • Loading branch information
andyone authored Mar 16, 2023
2 parents f182275 + b082a71 commit bfd2e9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '1.19.x'

Expand Down

0 comments on commit bfd2e9f

Please sign in to comment.