Skip to content

Update actions/setup-go digest to 40f1582 #234

Update actions/setup-go digest to 40f1582

Update actions/setup-go digest to 40f1582 #234

Workflow file for this run

name: Verification Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
with:
go-version: '^1.20' # The Go version to download (if necessary) and use.
- name: build go module
run: make && zip --junk-paths k6.zip k6
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
with:
name: k6.zip
path: k6.zip