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 ce48f82 commit 2e485aaCopy full SHA for 2e485aa
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Go
19
uses: actions/setup-go@v3
20
with:
21
- go-version: '1.22.2'
+ go-version: '1.22.6'
22
check-latest: false
23
24
- name: Run revive
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.22.2 as build-env
+FROM golang:1.22.6 as build-env
2
3
WORKDIR /app
4
go.mod
@@ -1,6 +1,6 @@
module github.com/juicebox-systems/juicebox-software-realm
-go 1.22.2
+go 1.22.6
5
require (
6
cloud.google.com/go/bigtable v1.19.0
0 commit comments