upgrade actions

pull/184/head
Simon Let 3 years ago
parent 05a4d9d358
commit d498ec1995
  1. 6
      .github/workflows/go.yaml
  2. 2
      go.mod

@ -8,12 +8,10 @@ jobs:
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
uses: actions/setup-go@v3
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Test
run: go test -v ./...

@ -1,6 +1,6 @@
module github.com/curusarn/resh
go 1.18
go 1.19
require (
github.com/BurntSushi/toml v0.4.1

Loading…
Cancel
Save