Skip to content

build(deps): bump golang from 1.22 to 1.23 in the docker group #41

build(deps): bump golang from 1.22 to 1.23 in the docker group

build(deps): bump golang from 1.22 to 1.23 in the docker group #41

Workflow file for this run

name: Go Tests
on: [push]
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Test
run: |
go mod tidy
make test