Skip to content

Bump golang from 1.20.4-alpine3.17 to 1.20.5-alpine3.17 #311

Bump golang from 1.20.4-alpine3.17 to 1.20.5-alpine3.17

Bump golang from 1.20.4-alpine3.17 to 1.20.5-alpine3.17 #311

Workflow file for this run

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