bump go.yml

This commit is contained in:
Valentine 2024-03-09 14:09:48 +03:00 committed by GitHub
parent 681cdc5434
commit a13a52c312
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,14 +10,12 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go 1.16
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.16
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Test
run: go test -v