Skip to content

chore: Bump github.com/scaleway/scaleway-sdk-go from 1.0.0-beta.26 to 1.0.0-beta.27 #157

chore: Bump github.com/scaleway/scaleway-sdk-go from 1.0.0-beta.26 to 1.0.0-beta.27

chore: Bump github.com/scaleway/scaleway-sdk-go from 1.0.0-beta.26 to 1.0.0-beta.27 #157

Workflow file for this run

name: golangci-lint
on:
pull_request:
merge_group:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: 1.18
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: latest
args: --timeout 10m