1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Improve itest github action

* upgrade from v2 to actions/setup-go@v3 to accommodate for
   new github runner updates
This commit is contained in:
Bernhard Reiter 2023-02-28 16:27:21 +01:00 committed by Sascha L. Teichmann
parent 4b76afd390
commit 47d9eccc37

View file

@ -7,7 +7,7 @@ jobs:
steps: steps:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v3
with: with:
go-version: 1.19.1 go-version: 1.19.1