deps: bump go patch version (#1903)

This commit is contained in:
Otto Bittner 2023-06-09 10:53:17 +02:00 committed by GitHub
parent d9c604ed2c
commit 3a54ca91a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 15 additions and 15 deletions

View file

@ -40,7 +40,7 @@ jobs:
if: matrix.language == 'go'
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.4"
go-version: "1.20.5"
cache: false
- name: Initialize CodeQL