Skip to content

Commit

Permalink
Update go version for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
metaspartan committed Apr 19, 2024
1 parent b34ba4d commit 0c3423b
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'

- name: Build
run: go build -v ./...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22.2
go-version: 1.22

- name: Install fyne-cross
run: |
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 ollamark.com/ollamark/v2

go 1.22.1
go 1.22

require (
fyne.io/fyne v1.4.3 // indirect
Expand Down

0 comments on commit 0c3423b

Please sign in to comment.