Skip to content

Commit

Permalink
bumpd go to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
anzdaddy committed Aug 9, 2024
1 parent 7d4b748 commit d1b9f15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.18
- name: Set up Go 1.19
uses: actions/setup-go@v1
with:
go-version: 1.18
go-version: 1.19
id: go

- name: Check out code into the Go module directory
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/anz-bank/decimal

go 1.18
go 1.19

require github.com/stretchr/testify v1.2.2

Expand Down

0 comments on commit d1b9f15

Please sign in to comment.