Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dymurray committed Jul 11, 2023
1 parent 03f1317 commit 15671d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.16
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18

- name: Check out source code
uses: actions/checkout@v2
Expand All @@ -29,4 +29,4 @@ jobs:
- name: Test
env:
GOPROXY: "https://proxy.golang.org"
run: cd main && go test -v ./...
run: cd main && go test -v ./...

0 comments on commit 15671d9

Please sign in to comment.