Merge pull request #148 from jsturtevant/test-ci-failure

Pin go patch version to test if affects CI
This commit is contained in:
Maksym Pavlenko 2023-06-22 09:24:19 -07:00 committed by GitHub
commit c5e833ebe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.20.4'
- name: Checkout containerd
uses: actions/checkout@v3