Compare commits

..

No commits in common. "master" and "release/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 name: test argon2 package
on: on:
push:
branches:
- staging/*
pull_request: pull_request:
branches: branches:
- master - master
- release/* - release/*
- staging/*
env: env:
GOPATH: /go_path GOPATH: /go_path

View File

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

View File

@ -3,7 +3,7 @@ package argon2_test
import ( import (
"testing" "testing"
"euphoria-laxis.fr/go-packages/argon2" "euphoria-laxis.fr/go-packages/argon2/v1.1.0"
) )
var ( 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 go 1.23