Skip to content

Bump golang from 1.22.1-alpine3.18 to 1.22.2-alpine3.18 (#134) #435

Bump golang from 1.22.1-alpine3.18 to 1.22.2-alpine3.18 (#134)

Bump golang from 1.22.1-alpine3.18 to 1.22.2-alpine3.18 (#134) #435

Workflow file for this run

name: ci
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setup-go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
check-latest: true
cache: true
- name: ci
run: make ci