Skip to content

Commit

Permalink
bump go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imperatrona authored Mar 9, 2024
1 parent 681cdc5 commit a13a52c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a13a52c

Please sign in to comment.