diff options
author | Markus Wüstenberg | 2023-05-04 09:46:20 +0200 |
---|---|---|
committer | Markus Wüstenberg | 2023-05-04 09:46:20 +0200 |
commit | b1f7754ccd772991392f102974d7b47eb8dc0f35 (patch) | |
tree | 129529a024c6bff1702e61d58daf1ee0baa5a5de /.github/workflows | |
parent | 8e4b1319d12e11fe62725fc30ea01b1f274f8c50 (diff) | |
download | gomponents-b1f7754ccd772991392f102974d7b47eb8dc0f35.tar.lz gomponents-b1f7754ccd772991392f102974d7b47eb8dc0f35.tar.zst gomponents-b1f7754ccd772991392f102974d7b47eb8dc0f35.zip |
Test with Go 1.20 in CI
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ca142f..3036917 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: - 1.17 - 1.18 - 1.19 + - 1.20 steps: - name: Checkout |