Compare commits

..

2 Commits

Author SHA1 Message Date
Laurent Demailly
31112da2a8
Merge 0b6cd75057 into b93f6ca661 2024-09-02 16:48:20 +02:00
vcaesar
b93f6ca661 Update: update CI and go mod 2024-08-26 16:42:12 -07:00
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.22.0
- name: Set up Go 1.23.0
uses: actions/setup-go@v1
with:
go-version: 1.22.0
go-version: 1.23.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.22.0
GOVERSION: 1.23.0
# GOPATH: c:\gopath
# scripts that run after cloning repository

2
go.mod
View File

@ -4,5 +4,5 @@ go 1.17
require (
github.com/vcaesar/keycode v0.10.1
github.com/vcaesar/tt v0.20.0
github.com/vcaesar/tt v0.20.1
)

4
go.sum
View File

@ -1,4 +1,4 @@
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=
github.com/vcaesar/tt v0.20.1 h1:D/jUeeVCNbq3ad8M7hhtB3J9x5RZ6I1n1eZ0BJp7M+4=
github.com/vcaesar/tt v0.20.1/go.mod h1:cH2+AwGAJm19Wa6xvEa+0r+sXDJBT0QgNQey6mwqLeU=