Skip to content

Commit

Permalink
rename GH action, use newer Go versions of building
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Jul 23, 2024
1 parent 6075124 commit a5c7286
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: CI/CD
on:
push:
branches: [main]
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit a5c7286

Please sign in to comment.