diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2023-10-21 13:06:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-21 13:06:34 -0400 |
| commit | ec2c1375aece0a4e0275116af3555a93b1174110 (patch) | |
| tree | d9e13e1cedad831dbaf972d221059b2b8dfed65b /.github/workflows/lint.yml | |
| parent | eecb7bc3a3886f9a4d569ce0c56a43bb2e3e1ccc (diff) | |
Fix broken test (#1888)
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 a342c885..ac1089e0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.21' - uses: actions/checkout@v4 - name: golangci-lint uses: golangci/golangci-lint-action@v3 |
