clean-exit test: bump golang version to 1.21 (#9160)

This commit is contained in:
Michelangelo Riccobene 2024-01-08 10:18:00 +01:00 committed by GitHub
parent 7490e7dd63
commit b4fd278533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'
- name: Set up Python
uses: actions/setup-python@v4