Skip to content

Commit

Permalink
ci: update Go and golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Aug 25, 2021
1 parent 052129e commit 0f81f7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Expand Up @@ -2,25 +2,25 @@
name: test
on:
push:
branches: [master]
branches: [main]
tags: [v*]
pull_request:
branches: [master]
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.15.0'
go-version: '1.16.7'
- run: go version
- run: go mod download

- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.33
version: v1.42

- name: remove changes
# Sometimes it is failed to release by goreleaser due to changes of go.sum
Expand Down

0 comments on commit 0f81f7f

Please sign in to comment.