Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
88bffc86ac | ||
|
|
a798789280 | ||
|
|
a8bd1c24c7 | ||
|
|
16fbb60a5c | ||
|
|
7c0445b4ef | ||
|
|
6258421a47 | ||
|
|
989ecf4858 | ||
|
|
e480a9582e |
@@ -14,7 +14,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-go@v7
|
- uses: actions/setup-go@v7
|
||||||
with:
|
with:
|
||||||
go-version: 'stable'
|
go-version-file: go.mod
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: go test -race -coverprofile=coverage.txt ./...
|
run: go test -race -coverprofile=coverage.txt ./...
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-go@v7
|
- uses: actions/setup-go@v7
|
||||||
with:
|
with:
|
||||||
go-version: 'stable'
|
go-version-file: go.mod
|
||||||
- name: Check vulnerabilities
|
- name: Check vulnerabilities
|
||||||
run: |
|
run: |
|
||||||
go install golang.org/x/vuln/cmd/govulncheck@latest
|
go install golang.org/x/vuln/cmd/govulncheck@latest
|
||||||
|
|||||||
+17
-1
@@ -2,7 +2,23 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [1.6.8] - 2026-08-09
|
## [1.6.10] - 2026-08-19
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update golang docker tag to v1.26.7 (#401)
|
||||||
|
- *(deps)* Update golang docker tag to v1.27.0 (#403)
|
||||||
|
|
||||||
|
## [1.6.9] - 2026-08-17
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update golang:1.26.5 docker digest to e8ab809 (#392)
|
||||||
|
- *(deps)* Update go toolchain directive to v1.26.6 [security] (#395)
|
||||||
|
- *(deps)* Update golang docker tag to v1.26.6 (#394)
|
||||||
|
- Derive Go version from go.mod instead of 'stable' (#397)
|
||||||
|
|
||||||
|
## [1.6.8] - 2026-08-10
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM amd64/golang:1.26.5@sha256:046e3207184bda57d569e7834781130b3c0f3e18fad78e86ad748eabd397f0ef as build
|
FROM amd64/golang:1.27.0@sha256:d6efdef129f5c9de54712126159bd7e55075ce39e6801690c4fd4b2e51b980d2 as build
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
ENV CGO_ENABLED=0
|
ENV CGO_ENABLED=0
|
||||||
ADD . /build
|
ADD . /build
|
||||||
|
|||||||
Reference in New Issue
Block a user