Skip to content

Commit

Permalink
ci: update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse0Michael committed Sep 15, 2023
1 parent 5abe583 commit 2ea667c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ jobs:
test:
name: test
runs-on: ubuntu-latest
container: golang:1.19-alpine
env:
CGO_ENABLED: 0
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: stable
check-latest: true

- name: Test
run: |
Expand Down

0 comments on commit 2ea667c

Please sign in to comment.