1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 18:15:42 +01:00

update release workflow dependencies and so glibc

* Update runner to ubuntu-22.04 which is the eldest to be supported
   by github from 2025-04-01.
 * Update github actions and go version needed.
This commit is contained in:
Bernhard Reiter 2025-02-25 15:03:38 +01:00
parent c208a8fc8c
commit 6e02de974e
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554

View file

@ -7,23 +7,23 @@ on:
jobs: jobs:
releases-matrix: releases-matrix:
name: Release Go binaries name: Release Go binaries
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
permissions: permissions:
contents: write contents: write
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v5
with: with:
go-version: '^1.21.0' go-version: '^1.23.6'
- name: Build - name: Build
run: make dist run: make dist
- name: Upload release assets - name: Upload release assets
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v2
with: with:
files: | files: |
dist/csaf-*.zip dist/csaf-*.zip