diff --git a/.github/workflows/on-push-pr.yml b/.github/workflows/on-push-pr.yml index 05a1c68..c631f28 100644 --- a/.github/workflows/on-push-pr.yml +++ b/.github/workflows/on-push-pr.yml @@ -1,4 +1,4 @@ -name: CI +name: CI/CD on: push: branches: [main] @@ -9,7 +9,7 @@ jobs: format-build-test: strategy: matrix: - go-version: ['1.19.x', '1.21.x'] + go-version: ['1.21.x', '1.22.x'] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: diff --git a/README.md b/README.md index b6571d2..519e688 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # NanoLIB -[![CI](https://github.com/micromdm/nanolib/workflows/CI/badge.svg)](https://github.com/micromdm/nanolib/actions) [![Go Reference](https://pkg.go.dev/badge/github.com/micromdm/nanolib.svg)](https://pkg.go.dev/github.com/micromdm/nanolib) +[![CI/CD](https://github.com/micromdm/nanolib/workflows/CI%2FCD/badge.svg)](https://github.com/micromdm/nanolib/actions) [![Go Reference](https://pkg.go.dev/badge/github.com/micromdm/nanolib.svg)](https://pkg.go.dev/github.com/micromdm/nanolib) NanoLIB is a library of Go packages for daemons and tooling that support the "Nano" suite of MDM-related projects.