Skip to content

chore(deps): update golang docker tag to v1.23.1 #61

chore(deps): update golang docker tag to v1.23.1

chore(deps): update golang docker tag to v1.23.1 #61

Workflow file for this run

name: Build Docker Image (Check)
on:
# trigger on any pull requests
pull_request:
branches:
- "**"
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "Docker: Build and Push Image"
id: ghcr-docker
uses: 'penguin-statistics/actions/ghcr-docker@main'
with:
version: '__check__'
repository: 'penguin-statistics/gopkgserver'
push: false