Compare commits

..

No commits in common. "master" and "staging/v1.1.0" have entirely different histories.

4 changed files with 7 additions and 3 deletions

View File

@ -1,9 +1,13 @@
name: test argon2 package
on:
push:
branches:
- staging/*
pull_request:
branches:
- master
- release/*
- staging/*
env:
GOPATH: /go_path

View File

@ -3,7 +3,7 @@ package argon2_test
import (
"testing"
"euphoria-laxis.fr/go-packages/argon2"
"euphoria-laxis.fr/go-packages/argon2/v1.1.0"
)
func TestDecoder(t *testing.T) {

View File

@ -3,7 +3,7 @@ package argon2_test
import (
"testing"
"euphoria-laxis.fr/go-packages/argon2"
"euphoria-laxis.fr/go-packages/argon2/v1.1.0"
)
var (

2
go.mod
View File

@ -1,4 +1,4 @@
module euphoria-laxis.fr/go-packages/argon2
module euphoria-laxis.fr/go-packages/argon2/v1.1.0
go 1.23