From 13a6899b527147045a07c431c4a63edc67dd5683 Mon Sep 17 00:00:00 2001 From: Ryo Sato Date: Fri, 15 Apr 2022 18:25:23 +0900 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Ludovic Fernandez --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18aaf8f..4f1a3a1 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.15 + go-version: 1.17 - uses: actions/checkout@v3 - name: golangci-lint uses: golangci/golangci-lint-action@v3 @@ -93,7 +93,7 @@ jobs: golangci: strategy: matrix: - go: [1.15] + go: [1.17] os: [macos-latest, windows-latest] name: lint runs-on: ${{ matrix.os }}