From cc3a2fcda3fbbc0648e123d4eecea121678726cc Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Tue, 10 Oct 2023 22:07:43 +0200 Subject: [PATCH 1/2] Bump version to 0.3.2 --- server/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/server.go b/server/server.go index 46c92bc..f13b1ca 100644 --- a/server/server.go +++ b/server/server.go @@ -19,7 +19,7 @@ import ( ) // VERSION is the global version string contstant -const VERSION = "0.3.1" +const VERSION = "0.3.2" // Srv represents the server object type Srv struct { From 3f3e370a4652cc08b80eb8c613b2ec22d0586453 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Tue, 10 Oct 2023 22:10:30 +0200 Subject: [PATCH 2/2] Update golangci-lint.yml Update to Go 1.21 --- .github/workflows/golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 2d0a327..6896412 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.19 + go-version: 1.21 - uses: actions/checkout@v3 - name: golangci-lint uses: golangci/golangci-lint-action@v3