Skip to content

Commit

Permalink
Merge pull request #34 from gotd/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-go-5

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
ernado authored Dec 11, 2023
2 parents 8b7b808 + 1fbd285 commit f6bf0bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
- name: Run go list
run: go list -json -m all > go.list
- name: Nancy
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.18
- name: Checkout code
Expand All @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.18 # test only the latest go version to speed up CI
- name: Run tests
Expand All @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.18 # test only the latest go version to speed up CI
- name: Run tests
Expand All @@ -65,7 +65,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.golang }}
- uses: actions/cache@v3
Expand All @@ -82,7 +82,7 @@ jobs:
needs: [tests-on-unix]
steps:
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.18

Expand Down

0 comments on commit f6bf0bf

Please sign in to comment.