diff --git a/.github/workflows/go_test.yaml b/.github/workflows/go_test.yaml index c461538..4c82116 100644 --- a/.github/workflows/go_test.yaml +++ b/.github/workflows/go_test.yaml @@ -10,16 +10,15 @@ on: - main jobs: - build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: - go-version: '1.20' - + go-version: stable + check-latest: true - name: Build run: go build -v ./... diff --git a/go.mod b/go.mod index 29d382b..f7f844d 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/tsukinoko-kun/lwb -go 1.23.2 +go 1.23 -require golang.org/x/net v0.32.0 // indirect +require golang.org/x/net v0.32.0