Skip to content

Commit

Permalink
Merge pull request #201 from SiaFoundation/nate/upgrade-go
Browse files Browse the repository at this point in the history
Switch to common workflow
  • Loading branch information
n8maninger authored Sep 14, 2024
2 parents 2cdf6f6 + 708363a commit e21edfd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 67 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Lint & Test
on:
pull_request:
push:
branches:
- master

jobs:
test:
uses: SiaFoundation/workflows/.github/workflows/go-test.yml@master
with:
try-build: false
32 changes: 0 additions & 32 deletions .github/workflows/nightly.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/test.yml

This file was deleted.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.sia.tech/core

go 1.21.8
go 1.23.0

require (
go.sia.tech/mux v1.2.0
Expand Down

0 comments on commit e21edfd

Please sign in to comment.