Skip to content

Commit

Permalink
Updating GO version
Browse files Browse the repository at this point in the history
  • Loading branch information
kellrott committed Aug 18, 2022
1 parent 67d8fae commit fd5e72d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.13
go-version: ^1.18

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand All @@ -29,6 +29,10 @@ jobs:
name: Unit tests
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.18
- name: Check out code
uses: actions/checkout@v2
- name: run unit tests
Expand Down

0 comments on commit fd5e72d

Please sign in to comment.