From 05c99aee4a9455702466ada38bbe2245fca31391 Mon Sep 17 00:00:00 2001 From: 9seconds Date: Mon, 8 Aug 2022 16:52:58 +0300 Subject: [PATCH] Update github workflow --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ba56441..a09fc52 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,7 +42,7 @@ jobs: strategy: matrix: go_version: - - ^1.18 + - ^1.19 steps: - name: Checkout uses: actions/checkout@v2 @@ -114,12 +114,12 @@ jobs: - name: Setup Go uses: actions/setup-go@v2 with: - go-version: ^1.18 + go-version: ^1.19 - name: Run linter uses: golangci/golangci-lint-action@v3 with: - version: v1.45.0 + version: v1.48.0 docker: name: Docker