Skip to content

Commit

Permalink
Merge pull request #1100 from slack-go/ci-miscs
Browse files Browse the repository at this point in the history
Update workflow for testing
  • Loading branch information
kanata2 committed Aug 22, 2022
2 parents a5a199f + 83bcc58 commit 4e3dfc2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Expand Up @@ -8,13 +8,13 @@ on:

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
go:
- '1.16'
- '1.17'
- '1.18'
- '1.19'
name: test go-${{ matrix.go }}
steps:
- uses: actions/checkout@v3
Expand All @@ -26,11 +26,11 @@ jobs:
env:
GO111MODULE: on
lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: lint
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@537aa1903e5d359d0b27dbc19ddd22c5087f3fbc # v3.2.0
with:
version: latest
version: v1.48.0

0 comments on commit 4e3dfc2

Please sign in to comment.