File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 - macOS
1212 - Windows
1313 go-version :
14- - ' 1.23'
1514 - ' 1.24'
1615 - ' 1.25'
16+ - ' 1.26'
1717 architecture :
1818 - amd64
1919 - arm64
3939 timeout-minutes : 10
4040 steps :
4141 - name : Checkout code
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343 with :
4444 persist-credentials : false
4545 - name : Setup Go
5252 - name : Vet
5353 run : go vet ./...
5454 - name : Upload coverage to Codecov
55- uses : codecov/codecov-action@v5
55+ uses : codecov/codecov-action@v6
5656 with :
5757 token : ${{ secrets.CODECOV_TOKEN }}
5858 env_vars : GO
Original file line number Diff line number Diff line change 1- Copyright (c) 2014-2025 Akinori Hattori <hattya@gmail.com>
1+ Copyright (c) 2014-2026 Akinori Hattori <hattya@gmail.com>
22
33Permission is hereby granted, free of charge, to any person obtaining a copy
44of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11module github.com/hattya/go.diff
22
3- go 1.23 .0
3+ go 1.24 .0
You can’t perform that action at this time.
0 commit comments