Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomyj committed Apr 21, 2024
1 parent f75da40 commit 1e584a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v5.0.0
with:
go-version: 1.21
go-version: 1.22
cache: true

- name: Execute Unit Tests
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/ygo-skc/skc-deck-api

go 1.21
go 1.22.2

require (
github.com/go-playground/locales v0.14.1
Expand Down

0 comments on commit 1e584a1

Please sign in to comment.