Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
chore: update golang version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
feiskyer committed Sep 15, 2021
1 parent d02e916 commit 9931ec9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:

env:
GO111MODULE: on
GOLANGCI_LINT_VERSION: 1.27.0
GOLANGCI_LINT_VERSION: 1.42.1

jobs:
test:
strategy:
matrix:
go-versions: [1.12.x, 1.13.x, 1.14.x]
go-versions: [1.15.x, 1.16.x, 1.17.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.13.x
go-version: 1.17.x
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/cache@v1
Expand Down

0 comments on commit 9931ec9

Please sign in to comment.