diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2023-02-25 19:46:53 -0500 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2023-02-25 19:49:57 -0500 |
| commit | 51f50a951c4838c3316c7d1c730d171512cdb417 (patch) | |
| tree | 2a89d78adbbf964c6ea1532b0759838aee6f8de4 /.github/workflows/lint.yml | |
| parent | 1aa2f4e5196f0566e096277d44a75089be115e4d (diff) | |
CI updates
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to '.github/workflows/lint.yml')
| -rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cc2b79b9..96a366d3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.19 + go-version: '1.20' - uses: actions/checkout@v3 - name: golangci-lint uses: golangci/golangci-lint-action@v3 |
