Skip to content

Commit

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

Bump actions/setup-go from 3.3.0 to 3.3.1
  • Loading branch information
prayagsingh authored Oct 19, 2022
2 parents f6e1629 + 4163398 commit 9ef2d5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version: '1.16.x'
- name: Vet
Expand All @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version: '1.16.x'
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version: '1.16.x'
- name: Create release artifacts
Expand Down

0 comments on commit 9ef2d5d

Please sign in to comment.