Skip to content

Bump golang from 1.23.4-alpine to 1.23.5-alpine #78

Bump golang from 1.23.4-alpine to 1.23.5-alpine

Bump golang from 1.23.4-alpine to 1.23.5-alpine #78

Workflow file for this run

name: ci
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: "1.23.4"
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Run tests
run: go test ./...
- name: Verify the image builds successfully
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
with:
context: .