Skip to content

Update dependency golang to v1.23.5 #341

Update dependency golang to v1.23.5

Update dependency golang to v1.23.5 #341

Workflow file for this run

name: Go
on: [push]
jobs:
test:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.23.x"]
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: test
run: |
make vet
make test
make bin/notify_slack