Skip to content

Bump actions/setup-go from 4.1.0 to 5.1.0 #13

Bump actions/setup-go from 4.1.0 to 5.1.0

Bump actions/setup-go from 4.1.0 to 5.1.0 #13

Workflow file for this run

# Copyright 2024 Chainguard, Inc.
# SPDX-License-Identifier: Apache-2.0
name: ci
on:
push:
branches:
- main
pull_request:
permissions: {}
jobs:
ci:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: '1.23'
check-latest: true
- run: |
make test
make cargobump
./cargobump version