Skip to content

Bump github.com/IBM/go-sdk-core/v5 from 5.15.0 to 5.15.1 #13

Bump github.com/IBM/go-sdk-core/v5 from 5.15.0 to 5.15.1

Bump github.com/IBM/go-sdk-core/v5 from 5.15.0 to 5.15.1 #13

Workflow file for this run

---
name: golangci-lint
on:
push:
tags-ignore:
- '**'
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
only-new-issues: true