Skip to content

Bump golang from 1.22.5 to 1.23.0 in /initcontainer #271

Bump golang from 1.22.5 to 1.23.0 in /initcontainer

Bump golang from 1.22.5 to 1.23.0 in /initcontainer #271

Workflow file for this run

name: linter
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: golint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.19.0'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
args: --timeout 5m0s