Skip to content

Update Go version to 1.24.0 in GitHub Actions workflow configuration. #356

Update Go version to 1.24.0 in GitHub Actions workflow configuration.

Update Go version to 1.24.0 in GitHub Actions workflow configuration. #356

Workflow file for this run

name: Go
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.24.0
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: test
run: |
make vet
make test
make bin/notify_slack