Skip to content

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.269.0 to 1.274.0 #1444

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.269.0 to 1.274.0

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.269.0 to 1.274.0 #1444

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- release/**
paths-ignore:
- "*.md"
- "charts/**"
- "config/**"
pull_request:
branches:
- main
- release/**
paths-ignore:
- "*.md"
- "charts/**"
- "config/**"
jobs:
lint:
name: Run on Ubuntu
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v5
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: '~1.24'
- name: Install Deps
run: |
go mod vendor
bash ./scripts/patch-scheduler.sh
- name: Run linter
uses: golangci/golangci-lint-action@v9
with:
version: v2.1.5