Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.217.0 to 1.255.0 #12

Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.217.0 to 1.255.0

Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.217.0 to 1.255.0 #12

Workflow file for this run

name: Test
on: [push, pull_request]
env:
REGISTRY: ghcr.io
IMAGE_NAME: aojea/kindnetd
permissions: write-all
jobs:
test:
strategy:
fail-fast: false
matrix:
go-version: [1.24.x]
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
- run: sudo make test
- run: make verify