Compare commits

..

4 Commits

Author SHA1 Message Date
810b2f02b6 Update workflow testing.yml
All checks were successful
test argon2 package / check and test (pull_request) Successful in 19m15s
Remove triggering events on push and for branch staging on pull_request
2025-03-13 02:26:40 +01:00
b2adb57971 Merge pull request 'Update go package name' (#4) from staging/v1.2.0 into master
Reviewed-on: #4
2025-03-13 00:57:54 +01:00
903c233ca5 Update go package name 2025-03-13 00:57:54 +01:00
a902c2d41f Merge pull request 'Set version and remove subpackages' (#3) from release/v1.1.0 into master
Reviewed-on: #3
2024-11-28 22:48:55 +01:00
4 changed files with 3 additions and 7 deletions

View File

@ -1,13 +1,9 @@
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/v1.1.0"
"euphoria-laxis.fr/go-packages/argon2"
)
func TestDecoder(t *testing.T) {

View File

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

2
go.mod
View File

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