Skip to content

chore: bump github.com/aws/aws-sdk-go-v2/service/eks from 1.57.3 to 1.58.0 #845

chore: bump github.com/aws/aws-sdk-go-v2/service/eks from 1.57.3 to 1.58.0

chore: bump github.com/aws/aws-sdk-go-v2/service/eks from 1.57.3 to 1.58.0 #845

Workflow file for this run

on: pull_request
jobs:
lint:
runs-on: ARM64
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
github-token: ${{ secrets.GITHUB_TOKEN }}
args: --timeout 10m0s
working-directory: .
skip-pkg-cache: true
test:
runs-on: ARM64
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: Run tests
run: make test