diff options
author | 2023-02-04 22:35:25 -0800 | |
---|---|---|
committer | 2023-02-04 22:35:25 -0800 | |
commit | e4a248384fa9f3f92b50e9e02287af5d97e013b9 (patch) | |
tree | bb341e55aae17d9fbe2cf012b1be9e26faacd94c /.github | |
parent | e9eacd9f7087bd1ca438656ea7eb7026f8a6bf3b (diff) | |
download | sally-e4a248384fa9f3f92b50e9e02287af5d97e013b9.tar.gz sally-e4a248384fa9f3f92b50e9e02287af5d97e013b9.tar.zst sally-e4a248384fa9f3f92b50e9e02287af5d97e013b9.zip |
ci: Build against Go 1.20 (#76)
Upgrades to latest release of Go for CI.
This requires switching staticcheck to the latest release as well.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a8c53f6..7411a85 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v3 with: - go-version: 1.19.x + go-version: 1.20.x cache: true - name: Lint |