Skip to content

Bump github.com/alecthomas/kong from 0.8.1 to 0.9.0 #133

Bump github.com/alecthomas/kong from 0.8.1 to 0.9.0

Bump github.com/alecthomas/kong from 0.8.1 to 0.9.0 #133

Workflow file for this run

# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
- uses: actions/setup-go@v3
with:
go-version: '1.21'
check-latest: true
cache: true
- name: Install golangci-lint
uses: jaxxstorm/[email protected]
with: # Grab the latest version
repo: golangci/golangci-lint
token: ${{ secrets.GITHUB_TOKEN }}
binaries-location: golangci-lint-1.54.2-linux-amd64
tag: v1.54.2
- name: Install Task
uses: arduino/setup-task@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Task
run: task