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

ci: update GitHub actions to use 1.19.1

This commit is contained in:
tschmidtb51 2022-09-24 18:37:06 +02:00
parent 12025e721e
commit e4128b89e4
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19.1
- name: Build
run: go build -v ./cmd/...

View file

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

View file

@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '^1.18.2'
go-version: '^1.19.1'
- name: Build
run: make dist