Skip to content

Commit

Permalink
fix mt940 go version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalcek committed Dec 15, 2023
1 parent a90a7e5 commit ea12717
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.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@v2
with:
go-version: 1.17
go-version: 1.21

- name: Build
run: go build -v ./...
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module github.com/mmalcek/bafi

go 1.21.4
go 1.21

require (
github.com/clbanning/mxj/v2 v2.5.5
github.com/google/uuid v1.3.0
github.com/mmalcek/mt940 v0.0.4
github.com/mmalcek/mt940 v0.0.5
github.com/shopspring/decimal v1.3.1
github.com/spf13/cast v1.4.1
github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORN
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/mmalcek/mt940 v0.0.4 h1:1npu4EFifUurohHwB4puA/DvI2X92kSE8crP+zvAZlg=
github.com/mmalcek/mt940 v0.0.4/go.mod h1:DKDmNW/6NI04F2d7G77auppzg1Ylis5m7Whrq3fR8x0=
github.com/mmalcek/mt940 v0.0.5 h1:onQ8wTDz9xS9z9+mX1HCW0RYjjYbvYscgUaQ2oDvT/M=
github.com/mmalcek/mt940 v0.0.5/go.mod h1:IzQU3xpykKw6QEHn0i75Xxds7eapEEmwYn5L4B28ZZ8=
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe/go.mod h1:wL8QJuTMNUDYhXwkmfOly8iTdp5TEcJFWZD2D7SIkUc=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down

0 comments on commit ea12717

Please sign in to comment.