Skip to content

Commit

Permalink
upgrade go to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
jancajthaml authored Mar 10, 2023
1 parent ff0c603 commit 3f23669
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 15 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,12 @@ jobs:
- name: Prepare
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.20
id: go

- name: Checkout
uses: actions/checkout@v2

- name: Install static dependencies
run: |
GO111MODULE=on go mod verify
GO111MODULE=on go mod tidy
GO111MODULE=on go mod vendor
- name: Unit Test
run: |
GOMAXPROCS=1 go test -v ./... -timeout=2m
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2016-2021 Jan Cajthaml <[email protected]>
Copyright 2016-2023 Jan Cajthaml <[email protected]>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion calculator.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2016-2021, Jan Cajthaml <[email protected]>
// Copyright (c) 2016-2023, Jan Cajthaml <[email protected]>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion czech.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2016-2021, Jan Cajthaml <[email protected]>
// Copyright (c) 2016-2023, Jan Cajthaml <[email protected]>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion germany.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2016-2021, Jan Cajthaml <[email protected]>
// Copyright (c) 2016-2023, Jan Cajthaml <[email protected]>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/jancajthaml-openbank/iban

go 1.17
go 1.20
2 changes: 1 addition & 1 deletion netherlands.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2016-2021, Jan Cajthaml <[email protected]>
// Copyright (c) 2016-2023, Jan Cajthaml <[email protected]>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion utils.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2016-2021, Jan Cajthaml <[email protected]>
// Copyright (c) 2016-2023, Jan Cajthaml <[email protected]>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion validator.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2016-2021, Jan Cajthaml <[email protected]>
// Copyright (c) 2016-2023, Jan Cajthaml <[email protected]>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 3f23669

Please sign in to comment.