1
0
mirror of https://github.com/taigrr/log-socket synced 2026-03-20 14:52:27 -07:00

upgrade workflow to match go.mod

This commit is contained in:
2025-05-01 18:30:13 -07:00
parent 1c00bc90b8
commit 64ab2564c1

View File

@@ -4,7 +4,6 @@ on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
@@ -12,7 +11,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.16'
go-version: "1.21"
- name: Install dependencies
run: go get .