Skip to content

Commit de470fd

Browse files
committed
Bump go version in deploy container.
1 parent b990afe commit de470fd

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v4
2222
with:
23-
go-version: '1.22.5'
23+
go-version: '1.24.4'
2424

2525
- name: Build
2626
run: go build -v ./...

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/tjhowse/aus_grocery_price_database
22

3-
go 1.23.0
4-
5-
toolchain go1.24.4
3+
go 1.24.4
64

75
require (
86
github.com/caarlos0/env/v11 v11.3.1

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"github.com/tjhowse/aus_grocery_price_database/internal/woolworths"
1515
)
1616

17-
const VERSION = "0.0.51"
17+
const VERSION = "0.0.52"
1818
const SYSTEM_STATUS_UPDATE_INTERVAL_SECONDS = 60
1919

2020
type config struct {

0 commit comments

Comments
 (0)