Skip to content

Commit

Permalink
Bump actions/setup-go from 2 to 4 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 27, 2023
1 parent 5435a32 commit 1db18c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- name: Linter
Expand All @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- name: Download modules
Expand All @@ -44,7 +44,7 @@ jobs:
with:
fetch-depth: 2
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- name: Go tests
Expand Down

0 comments on commit 1db18c8

Please sign in to comment.