Skip to content

Bump ansible from 4.2.0 to 7.0.0 #1415

Bump ansible from 4.2.0 to 7.0.0

Bump ansible from 4.2.0 to 7.0.0 #1415

name: Golang Unit Tests
on: [push, pull_request]
jobs:
build:
name: Execute all the unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.3
- name: Test
run: make test