diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 8b5ec87..f94b229 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -21,3 +21,4 @@ jobs: generateReleaseNotes: true makeLatest: "legacy" name: "Version ${{ steps.version.outputs.version }}" + immutableCreate: true diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 38e75b3..f3f08d8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,5 +20,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Go uses: actions/setup-go@v6 + with: + go-version-file: go.mod - name: Build run: go build -v ./... diff --git a/go.mod b/go.mod index 4fa1296..5d67950 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/nextmn/go-pfcp-networking -go 1.22.1 +go 1.25.5 require ( github.com/sirupsen/logrus v1.9.3