Skip to content

Commit 2e485aa

Browse files
committed
Update to go 1.22.6
1 parent ce48f82 commit 2e485aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v3
2020
with:
21-
go-version: '1.22.2'
21+
go-version: '1.22.6'
2222
check-latest: false
2323

2424
- name: Run revive

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.2 as build-env
1+
FROM golang:1.22.6 as build-env
22

33
WORKDIR /app
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/juicebox-systems/juicebox-software-realm
22

3-
go 1.22.2
3+
go 1.22.6
44

55
require (
66
cloud.google.com/go/bigtable v1.19.0

0 commit comments

Comments
 (0)