summaryrefslogtreecommitdiff
path: root/.github/workflows/lint.yml
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2023-02-24 13:45:44 -0700
committerMatthew Holt <mholt@users.noreply.github.com>2023-02-24 13:45:44 -0700
commit167981d258f41b7ef931d510056a5a5fdc9cbd0d (patch)
treefaa88a49c1a2dbf9a75e7fa9e6cf9fb2822062e8 /.github/workflows/lint.yml
parent8cb1bb4af30b880f981b1ae6fdb13e5944bfaefe (diff)
ci: Update minimum Go version to 1.19
Diffstat (limited to '.github/workflows/lint.yml')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 7e56afc..f82ebd9 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
- go-version: '~1.18.4'
+ go-version: '~1.19.6'
check-latest: true
- name: golangci-lint