File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,17 +14,17 @@ jobs:
1414 build :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818
1919 - name : Set up Go
20- uses : actions/setup-go@v5
20+ uses : actions/setup-go@v6
2121 with :
2222 go-version : ' 1.23'
2323
2424 - name : Lint
25- uses : golangci/golangci-lint-action@v6
25+ uses : golangci/golangci-lint-action@v8
2626 with :
27- version : ' v1.60 '
27+ version : ' v2.5 '
2828
2929 - name : Test
3030 run : go test -v ./...
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2024 Juraj Bubniak
3+ Copyright (c) 2025 Juraj Bubniak
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11module github.com/jbub/foxesscloud
22
3- go 1.23
3+ go 1.25
You can’t perform that action at this time.
0 commit comments