We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b990afe commit de470fdCopy full SHA for de470fd
.github/workflows/go.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Go
21
uses: actions/setup-go@v4
22
with:
23
- go-version: '1.22.5'
+ go-version: '1.24.4'
24
25
- name: Build
26
run: go build -v ./...
go.mod
@@ -1,8 +1,6 @@
1
module github.com/tjhowse/aus_grocery_price_database
2
3
-go 1.23.0
4
-
5
-toolchain go1.24.4
+go 1.24.4
6
7
require (
8
github.com/caarlos0/env/v11 v11.3.1
main.go
@@ -14,7 +14,7 @@ import (
14
"github.com/tjhowse/aus_grocery_price_database/internal/woolworths"
15
)
16
17
-const VERSION = "0.0.51"
+const VERSION = "0.0.52"
18
const SYSTEM_STATUS_UPDATE_INTERVAL_SECONDS = 60
19
type config struct {
0 commit comments