Skip to content

Commit

Permalink
Update workflow to use newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Feb 23, 2024
1 parent 14efa83 commit e592687
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go:
- ~1.17
- ~1.18
- ~1.19
- ~1.20
- ~1.21
- ~1.22
runs-on: ${{ matrix.os }}
steps:
- name: Checkout the code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Cache the Go modules
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/jeandeaual/go-locale

go 1.19
go 1.18

require (
fyne.io/fyne/v2 v2.4.3
Expand Down

0 comments on commit e592687

Please sign in to comment.