Skip to content

Bump github.com/andrewkroh/go-fleetpkg from 0.0.11 to 0.0.12 (#26) #57

Bump github.com/andrewkroh/go-fleetpkg from 0.0.11 to 0.0.12 (#26)

Bump github.com/andrewkroh/go-fleetpkg from 0.0.11 to 0.0.12 (#26) #57

Workflow file for this run

name: Go
on:
push:
tags:
- 'v*'
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23.x'
- name: Test
run: go test ./...