Skip to content

Commit

Permalink
Merge pull request #3 from aschaber1/dependabot/github_actions/master…
Browse files Browse the repository at this point in the history
…/actions/setup-go-4

Bump actions/setup-go from 3 to 4
  • Loading branch information
aschaber1 authored Sep 28, 2023
2 parents 61ee201 + 54592c0 commit 2ad3a48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Go test
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '1.18.1'
- run: |
Expand All @@ -18,7 +18,7 @@ jobs:
name: Go build
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '1.18.1'
- run: |
Expand Down

0 comments on commit 2ad3a48

Please sign in to comment.