Skip to content

Commit

Permalink
ci: Test on stable Go
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfloyd committed Sep 3, 2023
1 parent c536a40 commit 63188f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: stable
- uses: actions/setup-node@v3
with:
node-version: 17
Expand All @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: stable

- run: mkdir -p src/handler/webui/build/release
- run: touch src/handler/webui/build/release/NOFILES
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: stable

- run: mkdir -p src/handler/webui/build/release
- run: touch src/handler/webui/build/release/NOFILES
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: stable
- uses: actions/setup-node@v3
with:
node-version: 17
Expand Down

0 comments on commit 63188f0

Please sign in to comment.