Skip to content

Commit

Permalink
Bump codello/.github from 0 to 1
Browse files Browse the repository at this point in the history
Bumps [codello/.github](https://github.com/codello/.github) from 0 to 1.
- [Commits](codello/.github@v0...v1)

---
updated-dependencies:
- dependency-name: codello/.github
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 27, 2023
1 parent 3362f15 commit 2ad10c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ jobs:
permissions:
contents: read
pull-requests: read
uses: codello/.github/.github/workflows/go-lint.yml@v0
uses: codello/.github/.github/workflows/go-lint.yml@v1

test:
name: Test
uses: codello/.github/.github/workflows/go-test.yml@v0
uses: codello/.github/.github/workflows/go-test.yml@v1
with:
go-versions: go.mod,1.19.x,1.20.x
test-on: ubuntu-latest,macos-latest,windows-latest

build:
name: Build
uses: codello/.github/.github/workflows/go-build.yml@v0
uses: codello/.github/.github/workflows/go-build.yml@v1
with:
packages: ./...
artifact: false
Expand Down

0 comments on commit 2ad10c8

Please sign in to comment.