Skip to content

Update dependency go to v1.23.5 #131

Update dependency go to v1.23.5

Update dependency go to v1.23.5 #131

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@3041bf56c941b39c61721a86cd11f3bb1338122a # 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: k6.zip
path: k6.zip