aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar Abhinav Gupta <mail@abhinavg.net> 2023-02-04 22:35:25 -0800
committerGravatar GitHub <noreply@github.com> 2023-02-04 22:35:25 -0800
commite4a248384fa9f3f92b50e9e02287af5d97e013b9 (patch)
treebb341e55aae17d9fbe2cf012b1be9e26faacd94c /.github
parente9eacd9f7087bd1ca438656ea7eb7026f8a6bf3b (diff)
downloadsally-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.yml2
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