Skip to content

Commit

Permalink
update workflows (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
xh3b4sd authored Aug 15, 2024
1 parent 3ef18b9 commit 6034441
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: "actions/setup-go@v5"
with:
cache: true
go-version: "1.21.1"
go-version: "1.22.5"

- name: "Check Go Dependencies"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on: "push"
jobs:
go-redis:
runs-on: "ubuntu-latest"
container: "golang:1.21-alpine"
container: "golang:1.22-alpine"

services:
redis:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/xh3b4sd/rescue

go 1.21
go 1.22

require (
github.com/google/go-cmp v0.6.0
Expand Down

0 comments on commit 6034441

Please sign in to comment.