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: steps:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Check out code into the Go module directory - name: Check out code into the Go module directory
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Test - name: Test
run: go test -v ./... run: go test -v ./...

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

Loading…
Cancel
Save