Skip to content

sec(docker): add apk upgrade to dockerfile #120

sec(docker): add apk upgrade to dockerfile

sec(docker): add apk upgrade to dockerfile #120

Workflow file for this run

name: Go
on:
push:
branches: [ "main" ]
tags:
- "v*.*.*"
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: '1.22'
- name: Build
run: go build -v
- name: Test
run: go test -v ./...
- name: Release
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
if: startsWith(github.ref, 'refs/tags/v')
with:
fail_on_unmatched_files: true
generate_release_notes: true
files: |
tilegroxy
LICENSE