Skip to content

Commit

Permalink
Merge pull request #10 from opendwellers/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
gravufo authored Dec 11, 2023
2 parents 8467910 + 8776165 commit 6c32bae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20'
cache: false
Expand All @@ -31,7 +31,7 @@ jobs:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20'
cache: false
Expand All @@ -42,7 +42,7 @@ jobs:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20'
cache: false
Expand Down

0 comments on commit 6c32bae

Please sign in to comment.