Update: update gomod and bump CI

This commit is contained in:
vcaesar 2023-08-18 10:31:18 -07:00
parent 885d45d4bd
commit 36f129375f
4 changed files with 6 additions and 6 deletions

View File

@ -10,10 +10,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go 1.20
- name: Set up Go 1.21.0
uses: actions/setup-go@v1
with:
go-version: 1.20
go-version: 1.21.0
id: go
- name: Check out code into the Go module directory

View File

@ -34,7 +34,7 @@ environment:
PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH%
# - COMPILER: MINGW_W64
# ARCHITECTURE: x64
GOVERSION: 1.20.1
GOVERSION: 1.21.0
# GOPATH: c:\gopath
# scripts that run after cloning repository

2
go.mod
View File

@ -3,6 +3,6 @@ module github.com/robotn/gohook
go 1.17
require (
github.com/vcaesar/keycode v0.10.0
github.com/vcaesar/keycode v0.10.1
github.com/vcaesar/tt v0.20.0
)

4
go.sum
View File

@ -1,4 +1,4 @@
github.com/vcaesar/keycode v0.10.0 h1:Qx5QE8ZXHyRyjoA2QOxBp25OKMKB+zxMVqm0FWGV0d4=
github.com/vcaesar/keycode v0.10.0/go.mod h1:JNlY7xbKsh+LAGfY2j4M3znVrGEm5W1R8s/Uv6BJcfQ=
github.com/vcaesar/keycode v0.10.1 h1:0DesGmMAPWpYTCYddOFiCMKCDKgNnwiQa2QXindVUHw=
github.com/vcaesar/keycode v0.10.1/go.mod h1:JNlY7xbKsh+LAGfY2j4M3znVrGEm5W1R8s/Uv6BJcfQ=
github.com/vcaesar/tt v0.20.0 h1:9t2Ycb9RNHcP0WgQgIaRKJBB+FrRdejuaL6uWIHuoBA=
github.com/vcaesar/tt v0.20.0/go.mod h1:GHPxQYhn+7OgKakRusH7KJ0M5MhywoeLb8Fcffs/Gtg=