Skip to content

feat(deps): bump golang from 1.22-alpine3.19 to 1.23-alpine3.19 #76

feat(deps): bump golang from 1.22-alpine3.19 to 1.23-alpine3.19

feat(deps): bump golang from 1.22-alpine3.19 to 1.23-alpine3.19 #76

Workflow file for this run

name: build
on:
pull_request:
push:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22
cache: true
- run: go test -v ./...