Skip to content

Bump golang from 1.21.0-alpine to 1.21.2-alpine #97

Bump golang from 1.21.0-alpine to 1.21.2-alpine

Bump golang from 1.21.0-alpine to 1.21.2-alpine #97

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '~1.21.0'
- name: Checkout code
uses: actions/checkout@v4
- name: Run tests
run: |
make test
- name: Build in Docker
run: |
make hookbot