Skip to content

Commit

Permalink
Update Go base to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
spijet committed May 21, 2024
1 parent 7084e35 commit 6343e52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.16
go-version: ^1.22
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
id: go
uses: actions/setup-go@v2
with:
go-version: ^1.16
go-version: ^1.22

- name: Get dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/spijet/hashcolor

go 1.19
go 1.22

require github.com/dim13/crc24 v0.0.0-20221114114818-048196ea3a4a

0 comments on commit 6343e52

Please sign in to comment.